ChangeLog

DEV

DEV

New Features

  1. [FEATURE] Added new aliases to the warp commands:
    • /wp - /warpcreate
    • /rwp - /warpdelete
    • /twp - /warp
    • /lwp - /warplist
  2. [FEATURE] Added a time (-t) parameter for god/fly/thor/vulcan/etc ... to give the power to yourself or an another use for a given time. (Time scale configurable in the configuration file.)
  3. [FEATURE] Added new parameter -x, -a, -n,-m, -i in the memory command as asked in the ticket : http://dev.bukkit.org/server-mods/admincmd/tickets/259-memory-f-upgrade/
  4. [FEATURE] Added a /stop command to stop the server. It first kicking all the player, locking the server and after 5 sec (configurable in the configuration file or by the -t parameter) stop it.
  5. [FEATURE] First Joint Message, if JoinQuitMessage is set to true, and the player join the server for the first time, this msg will be used. (check the locale file).
  6. [FEATURE] Added new command : /nodrop, when activated, the player don't drop any object when using the shortcut, and neither on death.
  7. [FEATURE] Possibility in the configuration to disallow player to tp to player that are in another world.
  8. [FEATURE] Using the permission node : admincmd.tp.world.WORLDNAME you can allow the player to tp to another player that is in the WORLDNAME where WORLDNAME represent the name of the where where the space are replaced by underscore (_)
  9. [FEATURE] Possibility to custom the header of the private message in the locale file. TICKET #276
  10. [FEATURE] EGG POWERS see page : Eggs
  11. [FEATURE] Added the EntityEgg.
  12. [FEATURE] Added Minecarts, Boats and Vehicles(both!) to the memory command: flag -c, -b, -v, permissions:
    1. admincmd.server.memory.vehicle
    2. admincmd.server.memory.boat
    3. admincmd.server.memory.cart
  13. [FEATURE] Added broadcast command: /broadcast [message]. Permission admincmd.server.broadcast.
  14. [FEATURE] Added flag -c to the command /mute. If set the player can't use any commands(but is allowed to chat!). Permission: admincmd.player.mute.command. Same rules as for normal /mute apply, so you can make it temporary etc. Also added according locales.
  15. [FEATURE] Added repairing of the item an other player holds: /repair player. Permission: admincmd.item.repair.other
  16. [FEATURE] Added the possibility to set an armor in the kits.yml file.
  17. [FEATURE] Added the possibility to add parents for a kit
    new template for kits.yml :
kits:
    Tools:
        delay: 0
        items:
            '276' : 1
            '278' : 1
            '277' : 1
            'Diamond_Axe' : 1
    dirt:
        delay: 60
        items:
          'dirt': 64
          'grass': 2
    darmor:
        delay: 0
        items:
        armor:
          head: 310
          chest: 311
          legs: 312
          boots: 313
    dequip:
        delay: 0
        armor:
        items:
        parents: [Tools,darmor]

Bug Fixes

  1. [BUG FIX] With NoLagg and ASynchronized access to bukkit functions.
  2. [BUG FIX] Corrected the command /played that was only displaying 0:00:00:00 instead of the played time.
  3. [BUG FIX] Problem with the immunity system when the default immunity was set to 0. Now every thing work as it has to work.
  4. [BUG FIX] Now the mobKill command work with villager and EnderDragon (as asked in http://dev.bukkit.org/server-mods/admincmd/tickets/321-mobkill-npc-villager/)
  5. [BUG FIX] Some correction in the immunity system.
  6. [BUG FIX] The command /set that wasn't setting correctly the messages in the correct files.
  7. [BUG FIX] Corrected a NPE in the /twp command
  8. [BUG FIX] Corrected /rbl command not displaying the removed block/item (added two new locales: rmBlacklistItem and rmBlacklistBlock)
  9. [BUG FIX/UPDATE] Updated API hooks for mChatSuite, OddItem and bPermissions
  10. [BUG FIX] Fixed NPE with bPermissions

Recent Changes

  1. [CHANGE] Command /moblimit can be used to limit the mob of a particular type using the -m parameter :
    /moblimit -m Pig Test 5
    Will limit the spawn for pig to 5 in the world Test.
    You can put the -m everywhere in the command but it has to be followed by the name of the mob.
  2. [CHANGE] Bow can be now repaired.
  3. [CHANGE] Added Auto-Completion on command using world
    Example : /twp WorldName:WarpName when you have a world named Test and a warp named Blah you can type :
    /twp t:b
  4. [CHANGE] Added last Quit in whois command.
  5. [OPTIMIZATION] Use the new listener system from the last RB.
  6. [OPTIMIZATION] If a command is disabled (like fly, god, moblimit, etc ...) their listener is disabled too.
  7. [OPTIMIZATION] How AdminCmd register his permission in the Bukkit Permission system.
  8. [OPTIMIZATION] In the air / ex command to be less laggy with large surface to replace.
  9. [IMPORTANT CHANGE] to Clear the inventory of a wanted player you have to use the -P parameter
    /clear -P blah will clear the inventory of the player blah
    Like for other valued parameter, it can be use everywhere in the command
    /clear wood -P blah or /clear -P blah wood
    Will always clear all the wood of the player blah's inventory.
  10. [OPTIMIZATION] Some optimization on when the player join the server, to take less time to process.
  11. [CHANGE] Added the Permission Node : admincmd.coloredsign.create to create colored Signs
  12. [CHANGE] If you give another player a power for a certain time and the time expires you will now get a message that it expired!
  13. [CHANGE] Command /ip now gets the IP even for offline players!

API for developers

Version 5.11.1

New Features

Bug Fixes

  1. [MAJOR BUGFIX] Correcting the lost of Ban/Warps in files when using an older version then 1.1-DEV of bukkit.

Recent Changes

  1. [CHANGE] Updated the Metrics class.
  2. [CHANGE] Added some Custom Stats in the Metrics.

API for developers

Version 5.11

New Features

  1. [FEATURE] Added a Presentation command, and a presentation field in the whois command. You can now set a short message to describe yourself.
  2. [FEATURE] Added /xp command. You can set(Flag -l) the level of a player, the progression(Flag -p) in the current level, add(subtrac by giving negative numbers) xp(Flag -a) and drop(Flag -d) an orb near a player with a given amount of exp. You can also view a players total exp(Flag -t) Command usage: /xp <-l|-p|-a|-d|-t> <player> <amount>. Player variable can be omitted. Permission: admincmd.player.experience
  3. [FEATURE] Added a lastDisconnect to the infos: tree of each player file!
  4. [FEATURE] Added possibilty to allow players with the permission admincmd.player.fly.allowed to use /fly even if the server is set to not allow it.
  5. [FEATURE] Now taking the suffix from Permissions/mChatSuite plugins
  6. [FEATURE] There are now 4 new Textfiles (news.txt, rules,txt, motd.txt and motdNewUser.txt). You can change the text inside those files to deit the rules/news etc. instead of doing so inside the locales file. Afterwards just reload the plugin (/areload) and your changes are applied to the locale.yml! You can use the same codes as in the yml file for coloring etc.
  7. [FEATURE] Added the possibility to tp at Warp from other world than the one you are in (if you have the permission node : admincmd.warp.tp.all) use /lwp -a to list every warp of every world, and /twp worldName:warpName to warp.
  8. [FEATURE] Auto-completion for the name of the homes. If you have a home named blah typing /home b will tp you to blah.
  9. [FEATURE] Kick/Ban message template, a new file has been created in the locale folder : kickMessages.yml. You can put here your template for kicks/bans. When banning or kicking you use it like that : /kick Player -m shortcut or /ban Player -m shortcut

Bug Fixes

  1. [BUG FIX] Corrected a problem with Colored Prefix, now displayed without changing all the line.
  2. [BUG FIX] Concurrent thread access errors
  3. [BUG FIX] Corrected the NoSuchMethodError in org.bukkit.configuration.MemorySection.isNaturallyStorable(Ljava/lang/Object;)
  4. [BUG FIX] Corrected locale-mismatch with the /tp and /tphere command (Ticket #299)

Recent Changes

  1. [OPTIMIZATION] Some optimization in the I/O when writing the UserFiles
  2. [CHANGE] Use the prefix in the join/quit messages.
  3. [SUPPORT] No more support for mChat, now Supporting mChatSuite
  4. [CHANGE] When setting globalspawn in the configuration to "none" it'll disable the re-spawn feature of AdminCmd.
  5. [OPTIMIZATION] How to replace blocks by air
  6. [OPTIMIZATION] Invisibility is optimized and saved upon server restart
  7. [CHANGE] When putting -1 as kit's delay, it mean that the kit can be only used once by each player.
  8. [CHANGE] New Stats system : http://metrics.griefcraft.com/plugin/AdminCmd
  9. [OPTIMIZATION] Optimization of TempBan, if the server is restarted, the tempBan will be checked and will automatically delete the ban that ended.

API for developers

Version 5.10.2

New Features

  1. [FEATURE/CONFIG] Added useJoinQuitMsg to let the admin activate or the the join/quit message feature.

Bug Fixes

  1. [BUG FIX] Corrected quit message
  2. [BUG FIX] Corrected PermissionsEx prefix.

Recent Changes

API for developers

Version 5.10.1

New Features

  1. [FEATURE/CONFIG] Added logAllCmd in configuration file, to log every command done in the server.log.
  2. [FEATURE] Added locales for custom join and leave messages:
    1. quitMessage
    2. joinMessage
  3. [FEATURE] Using a Stats system to log the use of AdminCmd.

Bug Fixes

  1. [BUG FIX] Fixed prefixes appearing twice when using mChat
  2. [BUG FIX] Fixed spawn message appearing twice when using /spawn
  3. [BUG FIX] Fixed problem with air/ex/undo and every command executed as SyncCommand.
  4. [BUG FIX] Fixed NPE with globalSpawn to bed when the bed don't exist anymore.
  5. [BUG FIX] Fixed Class Error with Heroes
  6. [BUG FIX] Fixed double log of Block Break in logblock when using the Super Breaker
  7. [BUG FIX] Fixed the suppression of help entry when the command is disabled.
  8. [BUG FIX] Fixed the display of Played Time in whois and played commands.
  9. [BUG FIX] Fixed bug in delayed teleportation (spawn/home) and the teleportation check.
  10. [BUG FIX] Fixed NPE with AFKWorker when not using the auto-afk feature.
  11. [BUG FIX] Fixed a bug with the SPY command.
  12. [BUG FIX] The Item used for the Super Breaker is automatically repaired before each use
  13. [BUG FIX] The player is no more removed from the player list (TAB key) when going to invisible and when the fakeQuitInvisible is not set in the config file.

Recent Changes

  1. [CHANGE] Using mChat (when detected) to display fakeJoin and fakeQuit messages.
  2. [OPTIMIZATION] Optimized the ex/air/undo commands to execute faster without crashing the server
  3. [OPTIMIZATION] Optimized the use of LogBlock in ex/air/undo commands.
  4. [CHANGE] Changed the Permission Node for /drop command : admincmd.item.drop
  5. [OPTIMIZATION] Optimized the localeWorker that manage the locales files.
  6. [CHANGE] Added Invisible status in the /whois command

API for developers

Version 5.10.0

New Features

  1. [FEATURE] Blacklisting of Blocks so they can not be placed, admincmd.item.noblacklist permission node makes you able to bypass the BL. Blacklisting a block works the same way as it does with an item (just use the right command flag)
  2. [FEATURE] Added a new Permission Node admincmd.item.nodelay to avoid the delay to use kits.
  3. [FEATURE] New command: /changems <-m|-d|-g> <CreatureType|Delay>(Alias /cms or /msc ^^) -m changes the CreatureType the Mob Spawner you are looking at spawns. -d changes the delay. -g gets the delay and CreatureType of the Spawner and displays them to you. Permission: admincmd.mob.spawner
  4. [FEATURE/CONFIG] You can now choose to display the name of the player as DisplayName or RealName (in the config file useDisplayName)
  5. [FEATURE/BUG FIX] Automatically remove Help for command disabled.
  6. [FEATURE/CONFIG] New setting: globalRespawnSetting. You can now specify where a player should re-spawn, default is globalSpawn, other options at the moment are: group, bed and home. For home to work you have to set one which has the same name as the world you are currently in! If the specified spawn does not exist, the player spawns at the default worldspawn.
  7. [FEATURE/CONFIG] groupNames: YAML String list of your group names defined in your permissions plugin.
  8. [FEATURE] /reply command, short /r. You can reply with a private message to the last player who sent you one without having to give the players name. Permissions node: admincmd.player.reply
  9. [FEATURE] /difficulty <-flag> (worldName) (difficulty) command, short /dif. Flags: -g, -s: Sets(-s) or gets (-g) the difficulty of a world. Difficulties: 0 = Peacful, 1 = Easy, 2 = Normal, 3 = Hard, If you are a player you can omit the worldName, instead the world you are in will be taken.
  10. [FEATURE/CONFIG] debug option. If set to true AdminCmd will put some more (acutally a lot more) messages into the command line about what is going on etc.
  11. [FEATURE/CONFIG] InvisAndNoPickup option: If set to true the No Pickup mode will also be activated upon issuing /invisible
  12. [FEATURE/CONFIG] teleportDelay: set the delay of the teleport (Long), 0 means no delay!
  13. [FEATURE/CONFIG] checkTeleportLocation: if set to true it will check if the player has move since the command was issued and abort it if he has

Bug Fixes

  1. [BUG FIX] Fixed permission for giving infinite Items (admincmd.item.infinity)
  2. [BUG FIX] In the elapsed time display
  3. [BUG FIX] /tpt yes now really only accepts the request if yes was entered instead of /tpt <anything here>
  4. [UPDATE] Updated to the newest OddItem version (v0.8)!!
  5. [BUG FIX] Changed the priority of the Re-spawn event, meaning setting it to group, home or global work now.
  6. [BUG FIX] Corrected bug with resetPowerWhenTpAnotherWorld that wasn't working.
  7. [BUG FIX] /mem -f no more destroy paintings.
  8. [BUG FIX] You can override already created home like before without fearing the limit.
  9. [BUG FIX] With TPrequest system, that was no longer working in the previous dev build.
  10. [BUG FIX] With Permissions Prefix when mChat was installed. Now it's displaying the two prefix (the one from mChat and the one from the permission plugin)
  11. [MAJOR BUG FIX] With all function that were using OnlinePlayers (like invisibility, afk, etc ...) now everything should work better :)
  12. [BUG FIX] /kit not displayed in help. To view it the user needs the permission admincmd.item.kithelp

Recent Changes

  1. [FEATURE/CHANGE] Split of TpToggle Permissions. admincmd.tp.toggle.use and admincmd.tp.toggle.allow, new parent permission admincmd.tp.toggle.* for both. This allows users to accept a request but not to turn the request system off/on for themselves
  2. [CHANGE] /addblacklist and /rmblacklist now have flags to determine if a block (-b) or an item (-i) should be added/removed
  3. [CHANGE] Kits use are now saved in the user information instead of the kits.yml
  4. [CHANGE] In the locale Manager, you can use now Recursive locale
    Example :
days: '%d day(s)'
elapsedTotalTime: '#days# %h:%m:%s'
MOTDNewUser: '§6Welcome §f%player§6, there is currently §4%nb players connected :
    //n§6%connected //n§2You''ve played so far : §b#elapsedTotalTime#'
  1. [CHANGE] Removed Config seeting respawnAtSpawnPoint. No need to edit the config.yml, it is done automatically.
  2. [CHANGE] tpRequestSend locale adjusted for better grammar.
  3. [CHANGE] FakeQuit and invisible remove the player from the online Minecraft List (TAB key)
  4. [CHANGE] Lockdown now has a locale to support custom Lockdown messages! Do not exceed 100 characters as the client will not display the message then!
  5. [CHANGE] Use cmdname as key for the helpFile, meaning you only need to have the same key to override the description
  6. [FEATURE/CHANGE] Added a new permission node to enable the independent use of /time (un-)pause from the other time commands. admincmd.time.pause
  7. [CHANGE] Don't display usage message when the player don't have the permission to use the command.
  8. [FEATURE/CHANGE] /mem now also displays the current TPS(TicksPerSecond) of the server, by default meassured of 2s (40 ticks) but you can give it any number higer than 20 ;). Although we do not recommend using any number lower than 40 as it is very inaccurate.
  9. [FEATURE/CHANGE] Most if not all commands should make use of either the real Name or DisplayName of the player now depending on the configuration setting
  10. [FEATURE/CHANGE] /repairall and /kickall now have seperate permissions, admincmd.item.repairall and admincmd.player.kickall
  11. [FEATURE/CHANGE] /mob Added possibility to spawn the mobs at another players location: /mob <mob> <amount> <distance> <player>. To use it you need te specify the previous variables (e.g. /mob Zombie 1 1 Lathanael). New permission node: admincmd.mob.spawn.other
  12. [FEATURE/CHANGE] /day: Added world parameter: /day <worldname>
  13. [FEATURE/CHANGE] /time: Added world parameter: /time <time> <worldname>
  14. [FEATURE/CHANGE] /storm and /rain: Added world parameter: /<command> <duration> <world>
  15. [FEATURE/CHANGE] /wclear and /wfreeze: Added world parameter: /<command> <world>
  16. [FEATURE/CHANGE] When using home or warp command to tp, automatically match the right home with the given name.
    Example :
    • you have a home : blah
    • you typed : b
    • you are teleported to blah
  17. [FEATURE/CHANGE] /spawn, /home and /warp now support a Delay and check for movement after the command was issued and if the player move within the time teleport will be abroted.

API for developers

  1. [API] When AdminCmd is disabled, it's disabling every other AdminCmd's plugin to avoid NPE and other problems.
  2. [API/WORLD] New functions: setDifficulty and getDifficulty
  3. [API/CHANGE] Moved to the new standard of configuration file.

Version 5.9.1

New Features

  1. [FEATURE] Added flag -f for the command /mem to free the memory by killing ALL Monsters and destroying ALL dropped items in ALL loaded Worlds.
  2. [FEATURE] Added /whois command to get information about a player or about a world (add the flag -w to get world informations)
  3. [FEATURE] Added maxItemAmount permission node and Config node. 0 = infinity, max 150. If someone with a max amount of 30 tries to spawn an item with the amount of 31 or more he does get an error message! For set-up refer to maxHomeByUser permission node
  4. [FEATURE] Possibility to add Delay on kit, meaning the player have to wait the delay before getting the kit again. (Thanks @daemitus for that feature :) )

Bug Fixes

  1. [BUG FIX/OPTIMIZATION] Some change in the AFK worker. Should resolve the double AFK.
  2. [BUG FIX] Missing permissions node for the set command.
  3. [BUG FIX] Resolve all Issue with the SuperBreaker and World Edit
  4. [BUG FIX] Resolve issue with auto-afk that is not triggered.
  5. [BUG FIX] Server_command event that was throwing an exception.

Recent Changes

  1. [CHANGE] Change the kits.yml format, it's automatically converted.

API for developers

Version 5.9

New Features

  1. [FEATURE] /eternal <player> command, removes the need to eat as food level stays always full. However you can still be damaged
  2. [FEATURE] /fakequit <player>. As with /invisible a quit message is sent upon executing the command and the player is no longer listed online. However he can be (physically) seen.
  3. [FEATURE/CONFIG] you can set the Rules to be displayed ONLY on the first login on the server.
  4. [FEATURE] /rules command added. You can now set your rules the same way as you can set the MotD and the News. (This means, the same format options are available)
  5. [FEATURE] /feed <player> command. Refills the depleted hunger bar of the player or the command sender
  6. [FEATURE/CHANGE] /clear command now accepts an amount, so you can only remove x Blocks/Items. /clear <player> <material> <amount>
  7. [FEATURE/CHANGE] hour/date variable: %time. It can be used in news, motd and rules.
  8. [FEATURE] Support Heroes for heal & more to come.
  9. [FEATURE] Lockdown mode, permit to lock the server letting only the admin to connect.
  10. [FEATURE] Support for args like -args (example : /exec -r script to reload the script and execute it)
  11. [FEATURE] Auto-convert banned.yml and muted.yml to the new system.
  12. [FEATURE/CHANGE] Possibility to set the played time in the MOTD (keywords : %d %h %m %s )
    Example of MOTD in the locale file :
    MOTD: '§6Welcome §f%player§6, there is currently §4%nb players connected: //n§6%connected //n§2You''ve played so far: §b%d day(s) %h:%m:%s'}
  13. [FEATURE/CONFIG] Added the possibility to force the player to respawn at the spawn point you set.
  14. [FEATURE] Command /played or /ptime to see how much time you played on the server.
  15. [FEATURE/CHANGE] Admin can now list/set/tp to home of their player using a colon (:)
    Example : /h Balor:world
    for list /lh Balor
  16. [FEATURE] %lastlogin variable. It can be used in motd, rules and news. It displays the time of your last login. It uses the format given for the %time variable
  17. [FEATURE] Added /gm command to switch the game mode.
  18. [BIG FEATURE] ImmunityLvl. You can now set immunityLvl (like maxHomePerUser), an immunityLvl is a level representing the power of the user. A user with a power of 0 can't do command against a user of a power of 1 or above . And the user of 150 (the max) can do everything to the lower levels.
    Only one exception : admincmd.immunityLvl.samelvl if a user have this node, he can only issue command to user having the same lvl.

Bug Fixes

  1. [BUG FIX] Corrected reload command.
  2. [BUG FIX] Tp loc to an un-generated chunk.
  3. [BUG FIX] Save the location before warping.
  4. [BUG FIX] If mChat is detected, change the fakeQuit message to be the same as mChat.
  5. [BUG FIX] With the new userData system (auto-correct invalid yaml file)
  6. [BUG FIX] Commands.yml was replaced after each reload.
  7. [BUG FIX] /roll accepted negative numbers and threw an exception
  8. [BUG FIX] in Played time, sometime with no reason an additional time was added.
  9. [BUG FIX] Some reappear problem with the Invisibility
  10. [BUG FIX] NPE with Info command.
  11. [BUG FIX] Corrected Error with ColouredConsoleSender.

Recent Changes

  1. [API/CHANGE] MAJOR Change in how to handle player (and player data). Banned.yml and muted.yml not used anymore, it's on the player data.
  2. [CHANGE] Persistent powers across reload and restart.
  3. [CHANGE] display afk message when using /afk command with a message.
  4. [CHANGE] Use the prefix in the AFK (Blah is AFK -> [Prefix]Blah is AFK)
  5. [CHANGE/CONF] Separate news and MOTD in the config file -> DisplayNewsOnJoin property added in config.
  6. [CHANGE] How the ban works, for the one coming from an older Dev version, you have to have the node "admincmd.server.converter" and type /cban to convert the ban system to the new one. For people coming from the stable version, you have nothing to do.
  7. [CHANGE] Status of the World save upon reload/restart (like mob limit, and weather frozen).
  8. [CHANGE] Warp point are now divided by world, you can't tp to a Warp point that is not in your current world.
  9. [CHANGE] Editing via /motd [msg] and /news [msg] removed (permission nodes also!). Added command /set <flag> <msg>. Possible flags: -n(ews) | -m(otd) | -r(rules). Each got a permission node as well as a parent node for all. Special flag for setting the motd a new user gets displayed: /set -u msg.
  10. [CHANGE/CONF] 2 new options for the %time variable:
    • Format: How the date/time should be displayed, for more info see here. E.g. dd/MM/yy - HH:mm:ss
    • GMToffset: You can specifiy which TimeZone you want to be displayed by %time, e.g. GMT+8 (use GMT or UTC as those are accepted by java)
  11. [CHANGE/CONF] DisplayRulesOnJoin property added in config to enable displaying the rules upon joining a server.

API for developers

  1. [API] Created a basic API to let other developers create their command for AdminCmd
  2. [API] API BREAK changed some namespace, and how to make new command
  3. [API] New World handling with a new API (auto-convert old spawn and warp files).

Version 5.8.1

  1. [BUG FIX] With an NPE in the PLAYER_INTERACT
  2. [BUG FIX] With a Exception in the twp command (when teleporting to a world that is not loaded)
  3. [BUG FIX] Minor bug fix/change
  4. [CHANGE] Deleted the alias /list, now use /info
  5. [CHANGE] Kit have now there own node : admincmd.kit.* to have access to all the kit and admincmd.kit.KIT_NAME (replace KIT_NAME by the name of the kit) to have access to that kit.

Version 5.8

  1. [CHANGE] Connected in Motd have now there prefix.
  2. [FEATURE] Tp request can be activated by default in the config.
  3. [FEATURE] List all the "type" existing in the game. Type /list to see possible types, and /list type to see the content.
  4. [FEATURE] Tp back, to tp to the last location before your last tp or death.
  5. [CHANGE] Unmute offline player.
  6. [FEATURE] Super Breaker added.
  7. [FEATURE] LogBlock support added for Super Breaker and air command.
  8. [MAJOR CHANGE] All Commands informations (disable, prioritized, alias) are now in commands.yml (auto-moving)
  9. [FEATURE/CONFIG] Log Private Messages, you can now log every private message in the server.log by activating this configuration parameter.
  10. [BUG FIX] Corrected the bug with pm an invisible player when don't have the node : admincmd.invisible.cansee
  11. [FEATURE/CONFIG] Possibility to broadcast server reload message to every connected player
  12. [BUG FIX] Corrected an ConcurrentModificationException when using some command in some particular case.
  13. [FEATURE] You can now define your own alias for each command, see commands.yml to learn how to do it.
  14. [BIG FEATURE] Help command, /help list to list all plugin having commands. /help to see the first page of AdminCmd help. /help 2 -> page 2 of AdminCmd. /help Blah 1 -> see the first page of plugin Blah. You can create new help file for every plugin or take the one from the plugin Help.
  15. [CHANGE/CONFIG] Glinding... now Gliding in the config. You don't have to change it, it's automatical.
  16. [BUG FIX] More command take the data (color) of the item in hand in case it have to add some other item in the inventory.
  17. [BUG FIX] PEX have now his error message when you don't have the Permission.
  18. [BUG FIX] Corrected a bug with Invisibility when reappear.
  19. [BUG FIX] Avoid the use of AIR item (drop, item)
  20. [CHANGE] Added the world that the player belong to, in the command /loc
  21. [OPTIMIZATION] Some review of the code used by the invisible mode.
  22. [OPTIMIZATION] Freezing a player should be less buggy.
  23. [FEATURE] Added node admincmd.player.noafkkick to avoid kick when auto-kick is enabled.

Version 5.7.15

  1. [FEATURE] Works with mChat prefix and custVar : http://forums.bukkit.org/threads/chat-mchat-v1-7-10_5-chat-formatting-plugin-1060.22958/
  2. [BUG FIX] Mob limit now work better.
  3. [BUG FIX] Time message corrected
  4. [BUG FIX] With Reload command, if you changed the config before reload, it wasn't saved.
  5. [FEATURE/CHANGE] afk can now take the reason of the afk. When sending a msg to an afk player, the plugin show you why the player is afk (if he put a reason), else since when he's afk.
  6. [FEATURE] Added command == Version. /av to check the wanted plugin == Version. Or the == Version of AdminCmd.
  7. [FEATURE/CONFIG] VerboseLog, when set to false, disable some logging like disabled function, etc ...

Version 5.7.11

  1. [CHANGE/FEATURE] You can now spawn mounted mob. Example : /mob Spider:Zombie will spawn a spider mouted by a Zombie.
  2. [BUG FIX] no more clone when reappear in front of some one that has the node admincmd.invisible.cansee
  3. [CHANGE/CONFIG] Added a time out for tp request.
  4. [BUG FIX] With OddItem using the build in group functionality, it wasn't taking the amount set.
  5. [LOCALE] Added message for the temporary muted player.
  6. [CHANGE] n is NOW the new line character used in news and motd.

Version 5.7.10

  1. [FEATURE/CONFIG] Tp at see, you tp just above the block your are looking. Max range can be configured in the config file.
  2. [CHANGE] You can set the distance for the mob spawn. /mob MobName NumberOfMob DistanceFromYou
  3. [FEATURE] Uptime Command added, to know the uptime of the minecraft server since the last RESTART.
  4. [FEATURE/CONFIG] Private Message when muted can be disabled in the config.
  5. [FEATURE] Kit. Kit can be set in the kits.yml file. /kit to see avaible kits. /kit kit to receive it. Can be used on other players.
  6. [CHANGE] Clean command can select the type to clear : /clear player material

Version 5.7.5

  1. [CHANGE] ban and mute can be now temporary : /ban player msg <timeInMinute>, /mute player <timeInMinute>
  2. [FEATURE] Support PermissionsEX : http://forums.bukkit.org/threads/admn-dev-permissionsex-pex-v1-13-tomorrow-is-today-1000.18140/
  3. [FEATURE] Support for OddItem : http://forums.bukkit.org/threads/dev-odditem-0-6-5-unified-custom-items-list-and-parser-1000.4592/
  4. [FEATURE] When you first connect to the server (or the first install of the plugin) you are teleported to the spawn point. By default disabled.
  5. [CONFIG] firstConnectionToSpawnPoint added to disable/enable the auto-tp to the spwan point when it's the first connection. (default = false (since THIS == Version)).
  6. [FEATURE] TP request system added. first do /tpt to activate the system. Now when someone want to tp you or to tp by you, you'll receive a request that you can accept with /tpt yes or just ignore.
  7. [PERMISSION] "admincmd.spec.notprequest" People with that node, will over pass the tp request system.
  8. [BUG FIX] Corrected Motd %connected value.

Version 5.7.1

  1. [BUG FIX] Corrected a bug with Bukkit Perm system and major node (admincmd.*, admincmd.player.*, etc ..)
  2. [BUG FIX] When you select a command to be disabled, all his alias are also disable.

Version 5.7 MAJOR

  1. [BUG FIX] Corrected a casting exeption in Vulcan, Fly and Fireball
  2. [OPTIMIZATION] Some code optimization.
  3. [FEATURE] /rp command, repeat the last command with the same arguments
  4. [OPTIMIZATION] Tweaked fly value when gliding. Now it's more like a parachute.
  5. [CONFIG] These tweaked value can be now configured in the config file.
  6. [FEATURE/CHANGE] time command have 2 new possibilities : pause and unpause.
  7. [BIG BUG FIX] Command EX, AIR, UNDO WORKS and are pretty fast specially the air used again fluid.
  8. [LOCALE] Correction of FREEZED -> FROZEN.
  9. [BUG FIX] With spy mode (see all private msg), no more exception when offline.
  10. [FEATURE] /afk command. IMPORTANT : If auto-afk is disabled, you must type AFK again to "be back", no detection is made when it's disabled.
  11. [CHANGE] Shears can be repaired.
  12. [FEATURE] /moreall command : Set the amount of every item in the inventory to the max.
  13. [CHANGE] Tp warp error message only displayed to the sender.
  14. [BUG FIX] No more problem with the auto-afk.
  15. [FEATURE] You can disable the unwanted commands.
  16. [FEATURE] You can PRIORITIZE some command. Meaning if another plugin have that command, mine will override it.
  17. [BUG FIX] repair wasn't displaying a message when used on a not reparable item.

Version 5.6.25

  1. [BUG FIX] Invisible bug with tp fixed.
  2. [LOCALE] de locale added thanks @_-DarkMinecrafter-_

Version 5.6.24

  1. [CONFIG] Default value of : fly, vulcan and fireball can now be configured in the config file.
  2. [CHANGE] To replace LAVA and WATER by air, you must be NEAR (sphere of 2 blocks radius) the fluid. I use a better algorithm.
  3. [CHANGE] MAX RADIUS for /ex and /air command is now 30. I'M NOT RESPONSIBLE FOR CRASH WHEN YOU ARE USING THESE COMMANDS. If you really want it, use WorldEdit.
  4. [FEATURE] added node : "admincmd.player.noreset" to avoid the reset of power when tp to another world.
  5. [FEATURE] command reloadall to reload the server.
  6. [CHANGE] FirstTime check. If it's the first time that the player connect to the server, he's tp to the EXACT spawn point.

Version 5.6.23

  1. [BUG FIX] Corrected all NPE when noMessage was set to true.
  2. [FEATURE] Replace command, to replace the wanted block by air in the given range (default 10 : mean a sphere with a radius of 10 !)
  3. [FEATURE] Undo command to undo the /replace and the /ex

Version 5.6.22

  1. [BUG FIX] News & MOTD are saved upon reload/restart
  2. [CHANGE] You can't tp to invisible people unless you have the node : admincmd.invisible.cansee
  3. [FEATURE] Reload command, to reload other plugin and this plugin too. /ar PluginName (EXACT plugin name). To just reload AdminCmd : /ar

Version 5.6.21

  1. [CHANGE] Ban and unMute can be used for offline players

Version 5.6.20

  1. [BUG FIX] Corrected some instantiation problem when reload
  2. [CHANGE] Spawn mod where you are looking at
  3. [CHANGE] setSpawn can set the spawn radius too : /setSpawn radius

Version 5.6.19

  1. [CHANGE] Syntax change for exec command when reloading : /exec -reload Cmd OR /exec -reload all to reload all the commands
  2. [FEATURE] Added a roll command.
  3. [FEATURE] Added an extinguish command to stop the fire in the wanted range. (default 20 and max 50);

Version 5.6.18

  1. [BUG FIX] With kill and heal command, was asking for the node admincmd.player.kill.other.other or admincmd.player.heal.other.other when trying to heal an another guy
  2. [FEATURE] in exec command. Added the param -reloadAll. When you do /exec -reloadAll it will reload all the command on the file.
  3. [FEATURE] ColoredSign : parse the signMessage, to change the $COLOR_ID to the corresponding color.
  4. [CONFIG] Added ColoredSign that can be disabled.
  5. [CHANGE] Storm command activate thundering
  6. [FEATURE] Rain command only rain/snow no thunder.
  7. [BUG FIX] in exec, was not displaying the Perm Message when trying to exect a script that you don't have the perm for.

Version 5.6.17

  1. [BUG FIX] With strike when targeting a player that don't exist
  2. [OPTIMIZATION] For the exec function, the scripts.yml can be edited on the fly.
  3. [CHANGE] You can force the reload of an exec script : /exec myScript reload

Version 5.6.16

  1. [BUG FIX] With command issued by the console and using the Yeti's Perm.

Version 5.6.15

  1. [CHANGE] Muted player is now reload/restart persistant.
  2. [FEATURE] Permissions Node : admincmd.player.bypass, when you have it, you can connect to the server even if it's full
  3. [BIG FEATURE] FOR EXPERIMENTED ADMIN ONLY : Possibility to execute some script/command (batch on windows and bash on Unix) using a simple file. By default I created the scripts.yml with the command hello (that do echo HelloWorld). I'M NOT RESPONSIBLE FOR EVERY SCRIPT YOU CREATE ! Every Script have it's own Permission Node : admincmd.server.exec.X where X is the name of the script in scripts.yml.
  4. [CHANGE] Use /n in MOTD to do new lines
  5. [CHANGE] MOTD nodes : added admincmd.server.motd.edit to edit the MOTD.
  6. [FEATURE] Added News command, works like MOTD.

Version 5.6.12

  1. [BUG FIX] With AFK, no more throwing NPE when there is no AFK.
  2. [FEATURE] Message Of The Day, can be changed in the locale File, and disabled in the configuration file.
  3. [FEATURE] Command /motd to set the motd without going into the locale file: %player = new connected player, %nb = (number of player connected - invisibles players)
  4. [BUG FIX] 5.6.11 have a debug message, corrected.

Version 5.6.11

  1. [OPTIMIZATION] Better threads using for the commands
  2. [FEATURE] In case of you are using the Offical Bukkit Permission System with a Bridge for Yeti's Perm, you can force my plugin to use the Offical Bukkit Permission System instead of the Bridge.
  3. [BUG FIX] Afk title that is repeated in the pseudo

Version 5.6.10

  1. [BUG FIX] No more AFK when leaving the server.
  2. [OPTIMIZATION] Optimized the auto-afk and auto-kick
  3. [FEATURE] You can now set the homelimit by group/user for the Official Permissions plugin with the node :admincmd.maxHomeByUser.X where X is the limit (max 150);
  4. [OPTIMIZATION] New way to deal with the command, using threads.
  5. [FEATURE] admincmd.invisible.notatarget node added. If you have it, when you are invisible, you can't be target by Mobs.
  6. [FEATURE] admincmd.invisible.cansee node added : You can see invisible people.
  7. [BIG BUG FIX] For old == Version (under 5.5.5) that are upgrading, the locales files are not generated correctly, meaning no message in the game.
  8. [FEATURE] Moblimit added, you can set a limit for mob spawing in the world you choose. Will not kill current monster if the limit is already exceeded when set. Set the limit to "none" to remove it.
  9. [FEATURE] Added no pickup command. The player will not pickup any item.
  10. [FEATURE] Added command weather freeze. The weather is can change.
  11. [CONFIG] fakeQuitWhenInvisible added, to activate or desactivate the fakeQuit/fakeLogin login message when vanish and reappear.

Version 5.6.3

  1. [OPTIMIZATION] The plugin will be launched AFTER every other plugin. Meaning, if an another plugin have the same command than AdminCmd, that plugin will have the priority. (Check in the server.log witch alias are disabled) Example of what you can now see in the log : Code:
  2. [AdminCmd] Disabled Alias(es) for bal_homelist : listhomes,
  3. [FEATURE] mute and unmute command.

Version 5.6.2

  1. [OPTIMIZATION] Some big Code optimization
  2. [OPTIMIZATION] New way to store location, automatic convert.
  3. [FEATURE] Auto-kick afk people after a certain amount of time, can be set in the config file.
  4. [CHANGE] Tweaked the auto-afk, if you chat, move or interact with the world, you are not AFK anymore.
  5. [FEATURE] Freeze command added. You can now freeze a player, useful against griefer
  6. [FEATURE] You can now set the home limit in the config file, or by user/group in Permissions (see above)

Version 5.6.1

  1. [BUG FIX] Colored item now re-works like it must.
  2. [FEATURE] Glide when falling in fly mode, can be disabled in the config file.
  3. [CHANGE] No falling damage when flying.

Version 5.6

  1. [FEATURE] Mobkill command, to kill the mobs. Kill all the mobs in the player world if no parameter is given.
  2. [BUG FIX] Some locale that were not correctly used.
  3. [OPIMIZATION] New color parser patched by @Speedy64
  4. [BUG FIX] Fix TP when you are invisible.
  5. [BUG FIX] When you TP to an another world and resetPowerWhenTpAnotherWorld= true, you lose invisibility.
  6. [CHANGE] When you became invisible, a message saying you left the server is displayed. (Same when you became visible)
  7. [FEATURE] FLY command, you can set the power of the fly (default 1.75)
  8. [FEATURE] Multi-Home, no lost of already created home. Listhomes and rmhome added
  9. [BUG FIX] Ban command works like it does.

Version 5.5.7

  1. [FEATURE] Auto-afk that can be disabled and configured in the config file
  2. [FEATURE] Auto-disable command when other plugin have it. (Exemple if you install multi-home, /home command will be disabled)
  3. [OPTIMIZATION] Recode the way that the plugin deals with commands.
  4. [FEATURE] Added command Ban to ban a player
  5. [FEATURE] Added command unBan to unban the player

Version 5.5.6

  1. [BUG FIX] No more duplicate Warp Point in the list
  2. [BUG FIX] Now Home is by player (no need to redo it).

Version 5.5.5

  1. [FEATURE] A config File where you can set the reset of the power when switching world. (Auto-generated)
  2. [FEATURE] LOCALE FILES, you can create your OWN locale file. 2 Possibilities : Edit the existing one, create an another and change the name in the config. (auto-generated)
  3. [FEATURE] No Message, you can desactivate ALL the plugin message by setting it to true.
  4. [FEATURE] Msg deletion, you don't want to display this or this message ? just edit the locale file by putting an empty string (exemple -> playerNotFound : '')
  5. [BUG FIX] Some minor bug fixes.

Version 5.5

  1. [FEATURE] Fireball command added works like Vulcan command, you can set the power, where 1.0 = Ghast Power.
  2. [BUG FIX] Message in console when using Vulcan and Fireball
  3. [FEATURE] Home and setHome commands
  4. [BUG FIX] Should resolve the invisible bug (now you must be still invisible after reconnect)
  5. [CHANGE] You have to redo your spawnLocations.
  6. [FEATURE] Added Warp commands and Warp section
  7. [BUG FIX] Corrected a rare NPE

Version 5.4.3

  1. [BUG FIX] No more Spam saying you don't have the permission to do that when you don't have the noBlackList node in Permissions

Version 5.4.2

  1. [BUG FIX] When you are Invisibile and quitting the server, no message is displayed now.
  2. [OPTIMIZATION] Refactoring some class, deplacing some code. Optimization of the code that manage god powers.
  3. [BUG FIX] When god/thor/vulcan/inv someone else then you, send a message to THAT person instead of you.
  4. [FEATURE] Added new command /spy to see every private message that are sended.

Version 5.4.1

  1. [BUG FIX] Sometime command are not detected.
  2. [FEATURE] Added the items.csv from Essentials to add new alias (like wplank, wdoor, etc...)

Version 5.4

  1. [FEATURE] Added Invisible Command.
  2. [OPTIMIZATION] Some code optimization.

Version 5.3.2

  1. [BUG FIX] With the new permission system and the admincmd.item.noblacklist node

Version 5.3.1

  1. [BUG FIX] With .other node an the new Bukkit Perm System.

Version 5.3

  1. [FEATURE] Drop command work like item command, but drop the item at the feet.
  2. [FEATURE] Works with new bukkit Perm. ( http://forums.bukkit.org/threads/permissions-faq.25080/ && http://forums.bukkit.org/threads/ad...-0-official-default-groups-plugin-1000.26785/ )

Version 5.2

  1. [CHANGE] You can use item like wool:8 for alias (exemple : /aa greenWool wool:7)
  2. [BUG FIX] Using /setspawn and /spawn command keep the direction where you were looking at
  3. [FEATURE] Vulcan power, explosion at see (like the thor power) be VERY CARREFULL.
  4. [BUG FIX] Giving an item that don't exist don't throw an exception. (NPE)

Version 5.1

  1. [BUG FIX] In kick message, if there was space, only the first word was used
  2. [FEATURE] Kickall command

Version 5.0

  1. [OPTIMIZATION] Complete recode how the plugin deal with commands
  2. [CHANGE] God powers (thor too) can now be given to a another player (.other added in end of the permission node)
  3. [CHANGE] Kill and heal can be used for other player by having the right node (.other added in end of the permission node)
  4. [BUG FIX] Clear can now be used without parameter (clear the current user inventory)
  5. [CHANGE] Clear can be used for other player by having the right node (.other added in end of the permission node)
  6. [CHANGE] Give can be used to send item to other player by having the right node (.other added in end of the permission node)
  7. [CHANGE] Give syntax changed : it's /i type:<damage> number player Where damage is optional.
  8. [BUG FIX] Strike can now be used without parameter (strike the current player)
  9. [CHANGE] Strike can be used for other player by having the right node (.other added in end of the permission node)
  10. [CHANGE] In personnal message, if permission is installed, the prefix is used.
  11. [CHANGE] Location can be used for other player by having the right node (.other added in end of the permission node)