summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [trunk] add optional playername param to home. Players with ↵ementalo2011-04-19-1/+6
| | | | | | "essentials.homes.others" permission can teleport to other players homes. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1243 e251c2fe-e539-e718-e476-b85c1f46cddb
* Craftbukkit recommended #684ementalo2011-04-19-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1242 e251c2fe-e539-e718-e476-b85c1f46cddb
* Settings are now in trunkZenexer2011-04-18-0/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1241 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] cleanupementalo2011-04-17-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1239 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Throw errors on upgrade rename fail.snowleo2011-04-17-3/+7
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1238 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Catch the case where the upgrade is called before the config.yml ↵snowleo2011-04-16-0/+3
| | | | | | | | file exists. We don't need to update then. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1237 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Less spam on command errors by defaultsnowleo2011-04-16-1/+10
| | | | | | Added new debug setting to config. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1236 e251c2fe-e539-e718-e476-b85c1f46cddb
* Formattingzenexer2011-04-16-5/+10
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1235 e251c2fe-e539-e718-e476-b85c1f46cddb
* git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1234 ↵zenexer2011-04-16-2/+0
| | | | e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] EssentialsConf: getDouble(): do not change the config on get() if ↵snowleo2011-04-16-4/+14
| | | | | | the value is not set git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1233 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] EssentialsUpgrade: rename backup to .upgradebackupsnowleo2011-04-16-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1232 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Protection signs: Last character from group was cut off.snowleo2011-04-16-1/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1231 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Protection signs: Only owner of signs can destroy the signs.snowleo2011-04-16-1/+2
| | | | | | This is also guarded by EssentialsProtect. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1230 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Protection signs: Only owner of signs can destroy the signs.snowleo2011-04-16-4/+5
| | | | | | This is also guarded by EssentialsProtect. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1229 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /sell hand will sell the item in hand.snowleo2011-04-16-3/+8
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1228 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /setworth: support doublesnowleo2011-04-16-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1227 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /sell: fix negative valuesnowleo2011-04-16-0/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1226 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Worth: Don't default to 0.0, default to NaN.snowleo2011-04-16-2/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1225 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Better log of command errorssnowleo2011-04-16-0/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1224 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] NPE in /sellsnowleo2011-04-16-0/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1223 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /sell itemname amountsnowleo2011-04-16-2/+2
| | | | | | | New syntax for sell command, proposed by KimKandor It won't sell the items in hand anymore. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1222 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /sell itemname amountsnowleo2011-04-16-2/+2
| | | | | | | New syntax for sell command, proposed by KimKandor It won't sell the items in hand anymore. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1221 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /sell itemname amountsnowleo2011-04-16-1/+1
| | | | | | | New syntax for sell command, proposed by KimKandor It won't sell the items in hand anymore. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1220 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /sell itemname amountsnowleo2011-04-16-10/+30
| | | | | | | New syntax for sell command, proposed by KimKandor It won't sell the items in hand anymore. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1219 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Bukkit-Bug: http://leaky.bukkit.org/issues/668snowleo2011-04-16-3/+9
| | | | | | changed getData().getData() to getDurability() git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1218 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Update user data if a command from /powertool is removedsnowleo2011-04-16-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1217 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Removed useless loadClasses() method from Essentials.snowleo2011-04-16-10/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1216 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] New mechanism for upgrading config files. This will be extended in ↵snowleo2011-04-16-171/+274
| | | | | | | | the future. New worth.yml autogenerated from the previous values. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1215 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Group inheritance for warp signssnowleo2011-04-16-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1214 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Groups for Protection signs.snowleo2011-04-16-1/+13
| | | | | | Group inheritance. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1213 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Worth/Sell: Support for double values as prices and more important: ↵snowleo2011-04-16-14/+11
| | | | | | | | | | support for data items. the yaml structure has changed, there is a fallback to the old structure. This code is untested. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1212 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Worth/Sell: Support for double values as prices and more important: ↵snowleo2011-04-16-8/+24
| | | | | | | | | | support for data items. the yaml structure has changed, there is a fallback to the old structure. This code is untested. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1211 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Cleanupsnowleo2011-04-16-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1210 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Cleanupsnowleo2011-04-16-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1209 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] /worth: don't access config directly, don't reload config after save ↵snowleo2011-04-16-4/+3
| | | | | | and use getPrice() method. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1208 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] 1 to 1 ratio in Nether: The code is in two places. Also fixes 1/16=0 ↵snowleo2011-04-16-12/+39
| | | | | | error using /world command. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1207 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Groups for Protection signs.snowleo2011-04-16-7/+10
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1206 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] restore a users saved inventory if they use invsee then logoutementalo2011-04-16-1/+8
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1205 e251c2fe-e539-e718-e476-b85c1f46cddb
* forgot to returnementalo2011-04-16-0/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1204 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] moved the worth-id: cost out to their own file "worth.yml" some ↵ementalo2011-04-16-7/+248
| | | | | | default values will be created. If you have values in config.yml already then they need to be copied to this new file. Added a setworth command that can change / add worth values. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1203 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] change the ability to nick others to permission node ↵ementalo2011-04-15-2/+2
| | | | | | "essentials.nick.others" git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1202 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] new setting use-1to1-ratio if true sets the nether offset when using ↵ementalo2011-04-15-1/+14
| | | | | | world to 1:1 else defaults to normal nether ratio git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1201 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] fix setting for prevent-block-on-railsementalo2011-04-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1200 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] fixing node setting for warn-on-build-disallow. This needs to be in ↵ementalo2011-04-15-1/+1
| | | | | | the protect: section under the disable: best place is to put it under the build: true node git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1199 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] case insensitive items from items csv when using /item and /giveementalo2011-04-15-5/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1198 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] change the way we prevent jailed players teleporting, should fix ↵ementalo2011-04-15-33/+75
| | | | | | conflict with nocheat git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1197 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] emoneyementalo2011-04-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1196 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] remove ServerList sectionementalo2011-04-15-17/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1195 e251c2fe-e539-e718-e476-b85c1f46cddb
* Removing private directory again.snowleo2011-04-15-5/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1194 e251c2fe-e539-e718-e476-b85c1f46cddb
* Added overridden-commands. Commands beginning with /e will also give ↵zenexer2011-04-15-19/+52
| | | | | | Essentials precedence. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1193 e251c2fe-e539-e718-e476-b85c1f46cddb