1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-24 21:31:32 +02:00
Commit Graph

2317 Commits

Author SHA1 Message Date
KHobbits
ad59255310 Jail update, jailed people can't attack other players. 2012-04-05 03:22:49 +01:00
KHobbits
5cd57f6b5e Updating plugin.yml to add sendall syntax. 2012-04-04 23:02:13 +01:00
KHobbits
faabcb1bb9 Added extra params to setHome TL key {0} world {1} x {2} y {3} z 2012-04-04 18:19:39 +01:00
ementalo
b8c87c37cd 1.2.5 Update Craftbukkit #2149 Bukkit ??? 2012-04-04 15:33:11 +01:00
KHobbits
1eebe3c81b Fix unit tests. 2012-04-04 03:21:14 +01:00
KHobbits
7dcc6bc5f6 Report invalid enchantments in kits.
Improve error logging
2012-04-04 03:09:27 +01:00
KHobbits
1f2b6ab7d3 Catch all values greater than 10 years to avoid exploits. 2012-04-04 02:07:01 +01:00
KHobbits
cdd4f10dbd Cap mute/ban/jail to 10 years (any more is silly).
Cap time descriptions to 3 significant notions.
2012-04-04 01:55:06 +01:00
KHobbits
854cd3e7f4 Update seen to show better data for vanished users:
New Perm: essentials.seen.extra - Shows some extra information for staff
2012-04-04 01:20:57 +01:00
KHobbits
100541bca2 Little bit of powertools code cleanup. 2012-04-04 00:40:58 +01:00
KHobbits
d59aaae2fc Enable powertools if they are disabled when setting a new tool. 2012-04-04 00:39:59 +01:00
KHobbits
4849a7cf5f Better hide vanished players. 2012-04-03 16:12:49 +01:00
KHobbits
6af79ef419 Command cost api update: Can now set fallback costs.
Repair command addition: ontop of 'repair' and 'repair-<itemname>' you can now charge for 'repair-all' to charge more for /repair all or 'repair-item' to charge per item repaired.
2012-04-03 15:35:13 +01:00
KHobbits
be4891601f Switch sign listeners back to compare block id, rather than materials. 2012-04-02 22:58:07 +01:00
KHobbits
5e936523f5 Allow tppos to be used in console. 2012-04-02 02:47:44 +01:00
KHobbits
f0f6747082 Optional second param to /gm to force gamemode on other players. 2012-04-02 02:31:31 +01:00
KHobbits
de081c8f0e Listener Cleanup 2012-04-02 02:22:30 +01:00
KHobbits
46fda4a5ea Make sure can build checks in permbukkit/privileges work for admins/owners. 2012-04-01 02:44:11 +01:00
KHobbits
adf976490e Minor cleanup to player events. 2012-03-30 21:44:14 +01:00
KHobbits
9fa68e9fd4 Add newish signs to default enabled commands config. 2012-03-30 21:04:15 +01:00
KHobbits
0c73a807f7 Formatting. 2012-03-30 13:29:58 +01:00
KHobbits
973558dadf Don't push vault version to metrics. 2012-03-30 13:27:57 +01:00
KHobbits
14c70858a7 Reset ban reason to null on /ban <player>, if no reason is set. 2012-03-30 11:40:44 +01:00
KHobbits
07e4c69c1a Fix tpo syntax error. 2012-03-29 22:32:16 +01:00
KHobbits
c1889790ad Iaccidentally's changes to pt TL. 2012-03-29 21:17:50 +01:00
KHobbits
9a46cd24a5 Update TL header. 2012-03-29 18:49:56 +01:00
KHobbits
61571f5547 New translation messages 2012-03-29 18:37:22 +01:00
KHobbits
4d8d46266d Update default permissions. 2012-03-29 18:14:24 +01:00
KHobbits
00e28d6418 Missing air materials. 2012-03-29 16:41:13 +01:00
ElgarL
164ab45534 Merge branch 'groupmanager' of https://elgarl@github.com/essentials/Essentials.git into groupmanager 2012-03-29 14:09:07 +01:00
ElgarL
560acd4027 Catch errors caused by bad indentation in yml's. 2012-03-29 14:02:53 +01:00
ElgarL
9bfab868d6 Stop attempting to push empty permissions when players edit the yml's
incorrectly.
2012-03-29 13:41:59 +01:00
KHobbits
1467ac9224 Interact event cleanup 2012-03-29 03:06:52 +01:00
KHobbits
12ddeb3267 Update to CB #2126 B #1425
Min CB version changed to 2122
2012-03-29 02:00:51 +01:00
KHobbits
cf402a847a Fix using /setworth <price> 2012-03-29 00:13:56 +01:00
KHobbits
8943b81c93 Merge branch 'groupmanager' of github.com:essentials/Essentials 2012-03-28 17:37:03 +01:00
KHobbits
c9aaba9fac Implement all abstract methods. 2012-03-28 15:12:25 +01:00
KHobbits
dcacf3a7fb Merge branch 'master' of github.com:essentials/Essentials 2012-03-28 15:03:45 +01:00
KHobbits
897d721880 Don't register jail listeners, if no jails are set. 2012-03-28 15:03:18 +01:00
snowleo
10acb7247b Fix for the fix 2012-03-28 11:21:31 +02:00
snowleo
56dbc52088 Fix isAffordableFor in Trade class
This fixes buy signs giving out items, when the player has essentials.eco.loan permission, but min-money in config is set to 0.
2012-03-28 10:36:10 +02:00
KHobbits
d9f2d753e4 Pull example perm files out of the ess jar. 2012-03-28 00:59:51 +01:00
KHobbits
e56b41ebbd Try to reduce lag caused by join spam. 2012-03-27 21:08:06 +01:00
snowleo
de55825dc1 Adds pvp protection after teleport 2012-03-27 21:15:11 +02:00
KHobbits
c1744fe216 Adding world permission checks to:
tpaall tpall tpahere tphere tpohere
User is required to have the permission for the world he is in, before he can teleport users outside this world, to it.
2012-03-27 15:28:40 +01:00
ElgarL
8e53c23a5f Update GlobalGroups.yml for new/changed Towny permission nodes. 2012-03-27 10:14:53 +01:00
ElgarL
d7bf472edc Auto rename all case sensitive world folders to lower case (if
possible).
2012-03-26 20:06:59 +01:00
ElgarL
6c24688244 Treat all world names as lower case for file handling (please check in
your worlds folder. You should have no folders with upper case letters
from now).
2012-03-26 19:18:19 +01:00
KHobbits
66777adfb9 Fix kit enchants for people without oversized stack permission.
Add permissions lookup to debug mode.
2012-03-26 13:28:32 +01:00
KHobbits
feae4db98f Clarify how backup works.
Add option for auto save-all.
2012-03-26 00:49:53 +01:00