CommandsEX v2.0

Details

  • Filename
    commandsex-2.0-beta.zip
  • Uploaded by
  • Uploaded
    Dec 21, 2012
  • Size
    1.82 MB
  • Downloads
    3,478
  • MD5
    bc9c85d7e650e9887c0ae9a8d3f4758e

Supported Bukkit Versions

  • CB 1.4.5-R1.0

Changelog

I apologize for the delay in this release, been very busy and have been working a lot on the recode of CommandsEX. We will continue updating this version for Bukkit releases but there will be a slowdown on new features added to this version as most of our work will be going into the recode. The recode will make it easier for us to release new version of the plugin and this time the Builder will be coded as an Applet.

We also now have a Jenkins site thanks to Tux2! http://build.yu8.me:8090/

The latest version of Vault is compatible with this version of CommandsEX for Economy!

+ added the long awaited Economy Support, with Vault integration!
+ added AFK support, players can go AFK by using /afk or automatically by staying idle
+ added AFK Auto-Kick, players who stay idle too long are kicked
+ added auto link shortening and /shorten command
+ added /sudo command, execute a command as another player
+ added /csudo command, chat as another player
+ added some basic command signs

+ added complete message sending API, including events
+ added complete Economy API and did some cleanup of the Economy code
+ added complete AFK API

- removed the shutdown custom kick message feature, this was broken and replaced by a feature in CraftBukkit

@ /balance will now display your balance with two decimal places
@ /broadcast is now executable from the console
@ renamed Economy class to Econ in favor of Economy API

* fixed string collecting in /r
* fixed /message and /r inheriting colors from a players Nickname
* fixed NPE when a block ignite's and a player is frozen
* fixed error when setting a TAB list name longer than 16 characters
* fixed any player being able to set the time without the permission node
* fixed /whois giving an NPE when Nicknames functionality is disabled
* fixed NPE when a player joins
* fixed 2 players using the same nickname and causing errors
* fixed NPE when a player is damaged

# new perm cex.economy
# new perm cex.economy.balance
# new perm cex.economy.others
# new perm cex.economy.spawn
# new perm cex.economy.pay
# new perm cex.economy.take
# new perm cex.economy.request
# new perm cex.economy.request.accept
# new perm cex.economy.request.deny
# new perm cex.economy.purge
# new perm cex.economy.save
# new perm cex.economy.clear
# new perm cex.afk
# new perm cex.afk.auto
# new perm cex.afk.kick
# new perm cex.sign.create.balance
# new perm cex.sign.create.pay
# new perm cex.sign.create.item
# new perm cex.sign.use.balance
# new perm cex.sign.use.pay
# new perm cex.sign.use.item
# new perm cex.cmdu
# new perm cex.shorten
# new perm cex.shorten.auto
# new perm cex.csudo

Command words (regexes matching against the chat which execute commands) run the commands before the chat message is broadcast, instead of afterward. The commands are still run in response to what you say in chat, it just doesn't seem like it...