summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [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
* [trunk] Spawn angry or tamed wolfsnowleo2011-04-03-0/+17
| | | | | | | /spawnmob wolf:angry /spawnmob wolf:tamed git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1105 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Fixes slime:sizesnowleo2011-04-03-1/+17
| | | | | | | | 1 is smallest Also added wool color for sheeps: Use color name (like white, red, blue) Example: /spawnmob sheep:blue git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1104 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Typo in configsnowleo2011-04-03-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1103 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Removed debug message "Kit is timed"snowleo2011-04-03-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1102 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Removed unused importssnowleo2011-04-03-2/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1101 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Infinite placement of blocks, egg throws, bucketssnowleo2011-04-03-0/+136
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1100 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Drop items from Buy Signs if the inventory is fullsnowleo2011-04-03-1/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1099 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Warp signssnowleo2011-04-03-3/+3
| | | | | | | | Since we can charge for warping now, Free is wrong, changed to Everyone. So if you want everyone to use the sign use either "Everyone" or leave the third line empty. In the latter case per Warp permission may apply, if enabled and the user needs essentials.signs.warp.use permission. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1098 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Warp signssnowleo2011-04-03-0/+34
| | | | | | 4th line: charge money or items git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1097 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Warp signssnowleo2011-04-03-1/+1
| | | | | | PerWarpPermissions git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1096 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Warp signssnowleo2011-04-03-36/+32
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1095 e251c2fe-e539-e718-e476-b85c1f46cddb
* [Warp] signes.ceulemansl2011-04-02-1/+23
| | | | | | | | | Format: [Warp] warp-name Free/group/empty(then need permission to use) git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1094 e251c2fe-e539-e718-e476-b85c1f46cddb
* [Warp] signes.ceulemansl2011-04-02-0/+20
| | | | | | | | | Format: [Warp] warp-name Free/group/empty(then need permission to use) git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1093 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Trim whitespaces from names in item lists in config.ymlsnowleo2011-04-02-0/+7
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1092 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Prevent explosions near protected objectssnowleo2011-04-02-2/+66
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1091 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Readded [balance] and [heal] sign code that was lostsnowleo2011-04-02-0/+31
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1090 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] teleportTo replaced with teleport; craftbukkit deprecatedsnowleo2011-04-01-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1089 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Fixed multiworld support for /homesnowleo2011-04-01-4/+6
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1088 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Prevent scam (air, zero items) signs and prevent stacks size lower ↵snowleo2011-04-01-7/+18
| | | | | | than 1 with /give and /item git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1087 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Cleanupsnowleo2011-04-01-2/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1086 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Handle suffix with a size of 0 or 1.snowleo2011-04-01-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1085 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Item lists in settings are now stored as Integer lists.snowleo2011-04-01-49/+130
| | | | | | Also: Names from items.csv now work in item lists. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1084 e251c2fe-e539-e718-e476-b85c1f46cddb