PlayerManager v1.8.3
Details
-
FilenamePlayerManager_v1_8_3.jar
-
Uploaded by
-
UploadedAug 18, 2012
-
Size64.65 KB
-
Downloads670
-
MD50f787a5e809bb47ff2ac464a0813c66f
Supported Bukkit Versions
- CB 1.3.1-R1.0
Changelog
v1.8.3
[FIX] Fixed the FakeOps config bug. This time it IS fixed.
v1.8.2
[FIX] Fixed improper executing of commands when reaching a certain number of reports.
[FIX] Minor bug fixes
v1.8.1
[!] Config.yml update to version 7
[FIX] Fixed a bug breaking almost each and every command, if the FakeOps list was missing.
[FIX] Fixed the /acceptrules commands specified in the config.yml not being executed properly.
[FIX] Fixed the /acceptrules command sometimes denying and telling you that you were the console
[FIX] The /report command now tells you that you've reported someone.
[FIX] Fixed the /apologise command not displaying the command help if the arguments were wrong
[FIX] Fixed the first login (in the PlayerLog.yml) always being updated
v1.8
[+] Added /pman censor commands
[+] Added /fakeop commands
[+] Added configurable commands that are executed when a player is reported a configurable amount of times
[+] Added played time to /pman info and PlayerLog.yml
[+] Added the very first login to /pman info and PlayerLog.yml
[+] Added permission to see hidden players (pman.view)
[+] Added /pman set weather
[+] Added the possibility to use nicknames instead of the actual name when typing in commands
[ ! ] Updated for CB v1.3.1-R1.0
[ ! ] In-game help is now helpful
[ ! ] Checking for updates automatically is now optional.
[ ! ] Changed the License to Apache 2.0
[ ! ] Config.yml update to version 6
[FIX] Fixed a bug that made muted players able to talk.
[FIX] Fixed a bug that made it impossible to execute multiple commands from the config.yml when somebody typed /acceptrules. Why didn't anybody notice this?
v1.7
- Added /report, /check, /checktp and /apologise
- Added /pman set fire
- Config.yml update to version 5
- Cleaned up the code a bit:
- Fixed two annoying bugs concerning the show/hide command. How could I miss them?
- Fixed some logging messages.
- Partial name recognition fixed.
- Other small fixes
Go to this page to see the full changelog.
PlayerManager v1.8.3 generates a bug in the config.yml breaking the whole plugin. This only happens when the config.yml is newly generated or updated from PlayerManager v1.7 or older.
To fix this, take a look at your config.yml. Look for an option called fakeOpAnnoy: and make sure it only contains exactly two apostrophs ( ' ): One at the end and one at the beginning. Example:
fakeOpAnnoy: 'DontKnow;GoHelp['You are op. Go help others.']'
would become
fakeOpAnnoy: 'DontKnow;GoHelp[You are op. Go help others.]'