summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Add stuff directly to inventory to prevent theft by standing next to the ↵snowleo2011-05-22-2/+12
| | | | | | sign, while someone breaks it. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1526 e251c2fe-e539-e718-e476-b85c1f46cddb
* Workaround for bukkit bug again.snowleo2011-05-22-3/+4
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1525 e251c2fe-e539-e718-e476-b85c1f46cddb
* Revoke last commit. It's not broken.snowleo2011-05-22-9/+4
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1524 e251c2fe-e539-e718-e476-b85c1f46cddb
* Bukkit broke the command override.snowleo2011-05-22-4/+9
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1523 e251c2fe-e539-e718-e476-b85c1f46cddb
* Comment about Register plugin inside Essentials Eco apisnowleo2011-05-22-1/+4
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1522 e251c2fe-e539-e718-e476-b85c1f46cddb
* More debug messages, if debug: true is set.snowleo2011-05-22-1/+58
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1521 e251c2fe-e539-e718-e476-b85c1f46cddb
* cleanupsnowleo2011-05-22-6/+15
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1520 e251c2fe-e539-e718-e476-b85c1f46cddb
* cleanupsnowleo2011-05-22-9/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1519 e251c2fe-e539-e718-e476-b85c1f46cddb
* cleanupsnowleo2011-05-22-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1518 e251c2fe-e539-e718-e476-b85c1f46cddb
* Ignore teleport delay on portals,snowleo2011-05-22-1/+11
| | | | | | | fix cooldown not working if delay is disabled, fix cooldown for teleport.now() git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1517 e251c2fe-e539-e718-e476-b85c1f46cddb
* Don't hurt god players with lightning.snowleo2011-05-22-3/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1516 e251c2fe-e539-e718-e476-b85c1f46cddb
* Catch exceptions while loading warps.snowleo2011-05-22-8/+19
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1515 e251c2fe-e539-e718-e476-b85c1f46cddb
* Typo in english translationsnowleo2011-05-22-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1514 e251c2fe-e539-e718-e476-b85c1f46cddb
* Sign lines with color only support 13 characters. Fixes the trade signs for ↵snowleo2011-05-22-6/+6
| | | | | | users with names longer than 13 characters. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1513 e251c2fe-e539-e718-e476-b85c1f46cddb
* Refactoring: New Charge classsnowleo2011-05-22-117/+208
| | | | | | | | user.canAfford(String), user.canAfford(EssentialsCommand), user.charge(String), user.charge(EssentialsCommand) have been removed. Teleport class has been changed to use the Charge class. This also fixes some bugs, like the one with warp signs. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1512 e251c2fe-e539-e718-e476-b85c1f46cddb
* Cleanupsnowleo2011-05-22-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1511 e251c2fe-e539-e718-e476-b85c1f46cddb
* Cleanupsnowleo2011-05-22-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1510 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix that dropItem drops Stack that are over MaxStackSize.snowleo2011-05-22-34/+85
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1509 e251c2fe-e539-e718-e476-b85c1f46cddb
* Changed default message format to snowleo2011-05-22-3/+3
| | | | | | msgFormat = §7[{0}§7 -> {1}§7] §f{2} git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1508 e251c2fe-e539-e718-e476-b85c1f46cddb
* commit the jarementalo2011-05-21-0/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1507 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Recommended build #798ementalo2011-05-21-1/+24
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1506 e251c2fe-e539-e718-e476-b85c1f46cddb
* Removed plugin command from Essentials. It's useless at the moment.snowleo2011-05-19-4/+0
| | | | | | | If you want to reload the config files use /essentials. If you update jar files, restart the server. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1505 e251c2fe-e539-e718-e476-b85c1f46cddb
* Only update config, if there are worth values.snowleo2011-05-16-1/+6
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1504 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Register 1.5ementalo2011-05-16-16/+13
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1503 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] debug a error when processing help permissions nodesementalo2011-05-16-0/+6
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1502 e251c2fe-e539-e718-e476-b85c1f46cddb
* More testingsnowleo2011-05-16-0/+27
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1501 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix _setMoney failing on upgrade.snowleo2011-05-16-9/+19
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1500 e251c2fe-e539-e718-e476-b85c1f46cddb
* Various translation bugfixessnowleo2011-05-16-24/+357
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1499 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix /home player for offline playerssnowleo2011-05-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1498 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix /home player for offline playerssnowleo2011-05-15-5/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1497 e251c2fe-e539-e718-e476-b85c1f46cddb
* Reverting to old behavior for nether creation. If you use other multiworld ↵snowleo2011-05-15-1/+1
| | | | | | plugins, make sure you setup the nether correctly there too. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1496 e251c2fe-e539-e718-e476-b85c1f46cddb
* Missing stuff for /ignoresnowleo2011-05-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1495 e251c2fe-e539-e718-e476-b85c1f46cddb
* ß => sssnowleo2011-05-15-2/+2
| | | | | | Minecraft can't display ß git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1494 e251c2fe-e539-e718-e476-b85c1f46cddb
* German translation finished.snowleo2011-05-15-217/+217
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1493 e251c2fe-e539-e718-e476-b85c1f46cddb
* Small fix so that the player gets a reply, even if he is ignoredsnowleo2011-05-15-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1492 e251c2fe-e539-e718-e476-b85c1f46cddb
* Catch class cast exceptions in EssentialsConfsnowleo2011-05-15-2/+18
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1491 e251c2fe-e539-e718-e476-b85c1f46cddb
* Add the tag Essentials to the payment messages.snowleo2011-05-15-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1490 e251c2fe-e539-e718-e476-b85c1f46cddb
* More fixes for the trade signssnowleo2011-05-15-7/+7
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1489 e251c2fe-e539-e718-e476-b85c1f46cddb
* Register v1.2snowleo2011-05-15-60/+64
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1488 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix for muted translationsnowleo2011-05-15-12/+16
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1487 e251c2fe-e539-e718-e476-b85c1f46cddb
* Partly translated to germansnowleo2011-05-15-94/+88
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1486 e251c2fe-e539-e718-e476-b85c1f46cddb
* Removed unused translation usagesnowleo2011-05-15-2/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1485 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix noPlayerFound => playerNotFoundsnowleo2011-05-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1484 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix /r if noone talked to you before.snowleo2011-05-15-0/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1483 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix Mail display in case not enough arguments are suppliedsnowleo2011-05-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1482 e251c2fe-e539-e718-e476-b85c1f46cddb
* Always close files.snowleo2011-05-15-0/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1481 e251c2fe-e539-e718-e476-b85c1f46cddb
* More translation stuff.snowleo2011-05-15-9/+25
| | | | | | Check if the version of a translation file is up to date with essentials version. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1480 e251c2fe-e539-e718-e476-b85c1f46cddb
* Added permissions to bypass EssentialsProtect damage protection.snowleo2011-05-15-11/+22
| | | | | | | | | | Change for admin! Since we don't want to murder all admins, I added another permission: essentials.protect.damage.disable Since all admins get this by using '*', all those damage permissions are disabled Don't use - -essentials.protect.damage.* as I stated in the last commit. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1479 e251c2fe-e539-e718-e476-b85c1f46cddb
* Missing part for the /ignore commandsnowleo2011-05-15-0/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1478 e251c2fe-e539-e718-e476-b85c1f46cddb
* More translation stuff.snowleo2011-05-15-7/+11
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1477 e251c2fe-e539-e718-e476-b85c1f46cddb