Unknown Command 1.8

Details

  • Filename
    Unknown_Command.jar
  • Uploaded by
  • Uploaded
    Dec 17, 2011
  • Size
    6.84 KB
  • Downloads
    2,077
  • MD5
    6e83a48f6a9d35ef8e4dbfcada423602

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

1.8: Updated to RB 1597 Changed a lot of code

1.7: Removed redundant source code hidden in the jar file 1.6: "\g" now returns the command used and fixed bug with commands with '/' in them (special thanks to Cutch) 1.5: Set universally to getDataFolder() to fix any errors 1.4: added ebean dependency 1.3: Now Messages.txt allows colors with "\[0-F]" ("
" makes a backslash). This should help unicode errors. Also includes small coding changes. 1.2: Now has another file at "plugins/UC/Messages.txt" to put custom messages. To prevent the default message from appearing, I have to cancel missing commands, so any unruly commands not in "plugins/UC/Commands.txt" may not run at all and the console will no longer say "LRFLEW issued server command: apple". If requested, I'll make it return it again. 1.1: As per request, the file with default commands has been moved from "UC.txt" to "plugins/UC/Commands.txt". You happy now? 1.0: Added a txt file that will install itself to the server's folder containing the default commands of CraftBukkit. You can add any commands not properly working with this in that file and reload the file even while running the server with "/uc reload" (no "/" if ran from the console; OPs are the only players that can run this command) 0.6: Added missing CraftBukkit commands and created a static TreeSet for faster command checking. 0.5: Added an Enum to check if the command is a command built into CraftBukkit itself. 0.4: uses onPlayerCommandPreproccess() and server.getPluginCommand() to find unknown commands. 0.3: now uses short call (0.2 works on latest build with warning, but 0.3 won't work with old builds) 0.2.1: ACTUALLY changed the package, both the actual one and the one in plugin.yml 0.2: changed package name to comply with EvilSeth's request 0.1: First Itteration (note: some plugins don't cancel their events, making this plugin say "Unknown Command" to actuall commands. It's not my fault)