CommandsEX v1.95

Details

  • Filename
    commandsex-1.95-beta.zip
  • Uploaded by
  • Uploaded
    Sep 29, 2012
  • Size
    1.77 MB
  • Downloads
    1,508
  • MD5
    f7214a63befccb06d54eabaf8b0db40b

Supported Bukkit Versions

  • CB 1.3.2-R1.0

Changelog

+ began work on an API for other plugins to use
+ added command /nametag to change your nametag/skin, TagAPI required
+ added command /workbench to open a virtual workbench
+ added command /enchantingtable to open a virtual enchanting table
+ added command /email, email any email address from within Minecraft
+ added command /message and /reply, send a private message to any player
+ added command /amessage, send an anonymous message to a player
+ added command /tpworld, teleport to any worlds spawn
+ added command /urbandictionary, lookup any word in the Urban Dictionary
+ added a feature to allow players with the permission "cex.joinfull" to join even when the server is full

@ updated the UpdateAlerter to h31ix's version
@ added promoteSet to the config, this will set a players group on promote rather than add
@ world spawns are now stored in the database and so the spawns.yml file in the database is no longer of use

* fixed a bug allowing any player to teleport to anyones home
* fixed teleporting messages reporting incorrect players
* fixed fake join and leave messages when using /inv
* fixed ClassNotFoundException when using tp commands
* fixed Nicknames and Database when CommandsEX is disabled
* fixed chat spy messages being sent if the reciever is offline or is the sender of the command
* fixed some minor bugs with string -> item matching

# version formatting has changed slightly
# replaced perm cex.update.announce with cex.update.alert

# new perm cex.nametag
# new perm cex.nametag.color
# new perm cex.nametag.others
# new perm cex.workbench
# new perm cex.workbench.others
# new perm cex.enchantingtable
# new perm cex.enchantingtable.others
# new perm cex.joinfull
# new perm cex.message
# new perm cex.amessage
# new perm cex.urbandictionary

# new config node promoteSet
# new config node aMessagePrefix

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...