summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [trunk] New permission essentials.protect.ownerinfo shows the owner of each ↵snowleo2011-04-08-1/+1
| | | | | | block, was essentials.protect.admin before. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1158 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] empty fields in Inventory now return null instead of Material.AIRsnowleo2011-04-08-0/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1157 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] empty fields in Inventory now return null instead of Material.AIRsnowleo2011-04-08-3/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1156 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Typo in groups.ymlsnowleo2011-04-08-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1155 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Replace all CraftInventory with Inventorysnowleo2011-04-08-25/+18
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1154 e251c2fe-e539-e718-e476-b85c1f46cddb
* test libsementalo2011-04-08-1/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1150 e251c2fe-e539-e718-e476-b85c1f46cddb
* New RB #670ementalo2011-04-08-6/+86
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1149 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Monster don't target players.snowleo2011-04-07-1/+1
| | | | | | | | | new config: protect.prevent.entitytarget new permission: essentials.protect.entitytarget.bypass forgot to add it to settings git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1148 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Monster don't target players.snowleo2011-04-07-0/+1
| | | | | | | | | new config: protect.prevent.entitytarget new permission: essentials.protect.entitytarget.bypass forgot to add it to settings git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1147 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Monster don't target players.snowleo2011-04-07-1/+1
| | | | | | | | | new config: protect.prevent.entitytarget new permission: essentials.protect.entitytarget.bypass typo git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1146 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Monster don't target players.snowleo2011-04-07-0/+26
| | | | | | | new config: protect.prevent.entitytarget new permission: essentials.protect.entitytarget.bypass git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1145 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Last heal, Last teleport: Don't error if it's the first time.snowleo2011-04-07-8/+14
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1144 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] New base class for User for storing all data.snowleo2011-04-07-1/+91
| | | | | | More data for future use. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1143 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] New base class for User for storing all data.snowleo2011-04-07-0/+491
| | | | | | | | TODO: - Get rid of users.yml - Cleanup User class git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1142 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Don't expect the values from yaml to be a specific number format.snowleo2011-04-06-17/+18
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1141 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] trying to avoid IllegalAccess errorssnowleo2011-04-06-5/+6
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1140 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] trying to avoid IllegalAccess errorssnowleo2011-04-06-4/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1139 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Fixes tjail if there is a jail stuck in the config.snowleo2011-04-06-0/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1138 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Fixes failed back after tjailsnowleo2011-04-06-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1137 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Another IllegalAccess error?snowleo2011-04-05-1/+2
| | | | | | http://pastebin.com/C122fiuQ git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1136 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /msg /r Reply to the console. Add /r console command.snowleo2011-04-05-1/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1135 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /msg /r Reply to the console. Add /r console command.snowleo2011-04-05-9/+11
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1134 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] EssentialsChat: chat-radius is now multi world compatible.snowleo2011-04-05-1/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1133 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Teleport Cooldown: uncommented codesnowleo2011-04-05-4/+1
| | | | | | What was the regression here? git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1132 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Jail: Directly send player to Jail.snowleo2011-04-05-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1131 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Hopefully fixes java.lang.IllegalAccessError in EssentialsBlockListenersnowleo2011-04-05-1/+3
| | | | | | Force the hidden classes to load by the same ClassLoader. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1130 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /msg /r Reply to the console. Add /r console command.snowleo2011-04-05-54/+89
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1129 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /list: Reset color after [AFK]snowleo2011-04-05-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1128 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /plugin commands are broken.snowleo2011-04-05-9/+17
| | | | | | | | see http://leaky.bukkit.org/issues/641 for details Disabled all commands except /plugin list /plugin load, /plugin reload and /plugin enable will call server.reload() function. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1127 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: Displayed wrong namesnowleo2011-04-04-4/+4
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1126 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: Fix for listsnowleo2011-04-04-2/+7
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1125 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Clear Inventory: Fix "Player not found" messagesnowleo2011-04-04-0/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1124 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: fix unlimited.item-all permissionsnowleo2011-04-04-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1123 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: removed the - from names, so that the names correspond ↵snowleo2011-04-04-2/+2
| | | | | | | | | | with the ones in items.csv. Now its: essentials.unlimited.item-waterbucket instead of item-water-bucket git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1122 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: allow permissions with ids instead of names:snowleo2011-04-04-9/+8
| | | | | | essentials.unlimited.item-1 git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1121 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: List unlimited items with /unlimited list <player>snowleo2011-04-04-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1120 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: List unlimited items with /unlimited list <player>snowleo2011-04-04-14/+31
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1119 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: Breaking change!snowleo2011-04-04-147/+66
| | | | | | | | | | | | | | | | | In favor for a much easier system, the config.yml settings have been removed. New permissions: essentials.unlimited: activates the /unlimited command essentials.unlimited.others: allows to give unlimited stacks to others essentials.unlimited.item-all: Access to all items essentials.unlimited.item-bucket: Access to all buckets essentials.unlimited.item-[itemname]: Access to specific item item names are from https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java lower case, with - instead of _ All other essentials.unlimited.* permissions have been removed. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1118 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: Better config documentationsnowleo2011-04-04-5/+12
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1117 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: Display a message when user already has permissions to ↵snowleo2011-04-04-0/+19
| | | | | | avoid confusion. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1116 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Unlimited: Don't run on canceled place.snowleo2011-04-04-0/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1115 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Refactoring & cleanup of /spawnmobsnowleo2011-04-04-93/+102
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1114 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] New /powertool commandsnowleo2011-04-04-1/+1
| | | | | | Disable spam message for {player} commands git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1113 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] New /powertool commandsnowleo2011-04-04-0/+106
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1112 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /unlimited: Only give out one item, if the inventory does not ↵snowleo2011-04-03-2/+6
| | | | | | contain one. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1111 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Renamed infinite to unlimitedsnowleo2011-04-03-3/+5
| | | | | | | | | | Please change your permissions and config if you have used this. New Command: /unlimited [item] <player> Allows a player to enable unlimited placing for one item. Can be used on other players. The permission essentials.unlimited.placing still enables it for all items. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1110 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Renamed infinite to unlimitedsnowleo2011-04-03-0/+3
| | | | | | | | | | Please change your permissions and config if you have used this. New Command: /unlimited [item] <player> Allows a player to enable unlimited placing for one item. Can be used on other players. The permission essentials.unlimited.placing still enables it for all items. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1109 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Renamed infinite to unlimitedsnowleo2011-04-03-65/+151
| | | | | | | | | | Please change your permissions and config if you have used this. New Command: /unlimited [item] <player> Allows a player to enable unlimited placing for one item. Can be used on other players. The permission essentials.unlimited.placing still enables it for all items. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1108 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Default config changed:snowleo2011-04-03-3/+2
| | | | | | | protect.alert.on-use: empty now protect.disable.build: true git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1107 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Cleanupsnowleo2011-04-03-8/+8
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1106 e251c2fe-e539-e718-e476-b85c1f46cddb