TrustCore 0.0.19-INDEV

Details

  • Filename
    TrustCore.jar
  • Uploaded by
  • Uploaded
    Oct 11, 2014
  • Size
    97.74 KB
  • Downloads
    512
  • MD5
    73ad23ee78570ca98b018218bbe1015f

Supported Bukkit Versions

  • CB 1.7.9-R0.2
  • 1.7.4
  • 1.7.2

Changelog

TrustCore 0.0.19-INDEV


This version is outdated with name-changing going live, it still may have use, but it doesa not make use of looking up the name changing history of a player. An update to allow fetching the name-changing history of players will be provided some time in the future - so don't throw away your backups too early :p.


"Quick and dirty" lock-down version.

This version does not do much useful things, except than storing name+uuid+extras to the database (bukkit.yml), unless you run a set of commands/tasks. See description page, soon linked from the main page and from here.

Once a database is populated, name changers will be denied to join, if uuid+name combination changed, this is a hard lock-down feature, which will eventually be altered to be much configurable.

There is hardly any library functionality, except (ab-) using static utilities to look up uuids from the local database, as used by plshared.

The uuid-fetching task is implemented in a very rudimentary way and does not run many extra threads, due to stability reasons. Updating 10000 players will take one to several hours. There might be convenience features added to run it multiple times, even if interrupted, but currently it has to run without interruption once to work out, so it is not suitable for too big servers.

See the documentation:
http://dev.bukkit.org/bukkit-plugins/trustcore/pages/doc/old/quick-n-dirty/

(This version has been running on a server for weeks/months and does not appear to have wrecked anything yet.)