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

2805 Commits

Author SHA1 Message Date
KHobbits
9c528db24c Update Essentials/nbproject/project.properties
Accidentally added unneeded line...
2012-09-14 02:01:02 +02:00
KHobbits
c1af9a6503 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-14 00:59:25 +01:00
KHobbits
dad7f9dfec Don't create empty user files 2012-09-14 00:58:57 +01:00
KHobbits
d41627323f Merge pull request #141 from DerFlash/2.9
Fix problems with async chat event not sending messages to xmpp chat spy
2012-09-13 06:21:11 -07:00
DerFlash
77f7027c50 Fix problems with async chat event not sending messages to xmpp chat spy 2012-09-13 14:57:02 +02:00
KHobbits
2b8be298aa remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
KHobbits
2d2e6b5e72 Update bpermissions example 2012-09-13 01:46:23 +01:00
KHobbits
632e4accfc Couple extra /info aliases. 2012-09-11 05:05:55 +01:00
KHobbits
a48c157eab Less strict matching on /realname 2012-09-11 01:07:31 +01:00
KHobbits
ce55da8a2a Make /realname throw an error if no matches were found 2012-09-11 00:53:32 +01:00
KHobbits
7497d94359 Patch flight disable, to not effect creative mode.
Full world change config still needs coding.
2012-09-10 01:13:30 +01:00
KHobbits
b558ff7bf0 Fixing map/ironore bug. 2012-09-10 01:10:32 +01:00
KHobbits
b572e4e831 Little bit extra sanity checking. 2012-09-09 20:13:03 +01:00
KHobbits
f7954757ef Move auto afk permission to 'essentials.afk.auto' 2012-09-09 19:09:35 +01:00
KHobbits
09ca7a0919 Fixing locale typo. 2012-09-09 18:35:20 +01:00
KHobbits
698c8d4cc2 Fix Missing TL key 2012-09-09 17:10:26 +01:00
KHobbits
fac24fb832 Change default op colour 2012-09-09 16:55:43 +01:00
KHobbits
49ad851218 More message cleanup 2012-09-09 16:52:45 +01:00
KHobbits
059c1168ac Manual merge necrodoom enchant changes. 2012-09-09 16:29:38 +01:00
KHobbits
f5cf4267da Two sets of enchantment aliases. 2012-09-09 16:27:22 +01:00
KHobbits
a4eae17f11 More message cleanup 2012-09-09 16:15:12 +01:00
KHobbits
0e2d65c28d Missing TL keys 2012-09-09 15:50:22 +01:00
KHobbits
f1225b5187 Few more message tweaks. 2012-09-09 15:27:25 +01:00
KHobbits
82d298ab37 If chat event doesn't resolve to valid player, cancel and exit. 2012-09-09 06:36:14 +01:00
KHobbits
c69683b210 Message cleanup. 2012-09-09 05:41:06 +01:00
KHobbits
020d3824a2 Update some of the example permissions files for the perm changes. 2012-09-08 23:00:57 +01:00
KHobbits
2c21687212 Move the per world permissions:
essentials.world.worldname is moved to essentials.worlds.worldname
2012-09-08 22:50:20 +01:00
KHobbits
256ce9e9e6 Log to console the effects of /sudo 2012-09-08 21:10:26 +01:00
KHobbits
edbac5560d Remove dead setting.
Fixes #2465
2012-09-08 20:41:38 +01:00
KHobbits
46709caabc Move the per kit and warp permissions:
essentials.kit.kitname is moved to essentials.kits.kitname
essentials.warp.warpname is moved to essentials.warps.warpname
2012-09-08 20:32:48 +01:00
KHobbits
7fa6ce1263 Look out for nulls. 2012-09-08 18:41:21 +01:00
KHobbits
d98f96c1df Make /itemdb command list the 15 shortest item.csv names for said item.
This will be useful when making eco signs.
2012-09-08 18:33:06 +01:00
KHobbits
48444a0fa8 Fix /itemdb showing 'uses left' on none held items. 2012-09-08 16:33:00 +01:00
KHobbits
209b6bcea0 Fix compile error. 2012-09-08 16:03:54 +01:00
KHobbits
8d19e48605 Async EssentialsSpawn join event, like the others. 2012-09-08 14:55:37 +01:00
KHobbits
85f12b43a2 New Permission: essentials.god.pvp
Unless you have this permission you will be unable to attack other players while in god mode.
2012-09-08 14:51:03 +01:00
KHobbits
19f54fa030 Give user chance to get display name set before displaying geoip. 2012-09-08 14:40:19 +01:00
KHobbits
315c4ec1f2 Potential fix for teleporting issue. 2012-09-08 14:30:11 +01:00
KHobbits
682cf7ae08 Switch default antibuild status to false. Antibuild toggling shouldn't be an issue with it as a stand alone plugin. 2012-09-08 14:11:12 +01:00
snowleo
8ef5632b7b Fix ConcurrentModification bugs
This will probably slow down any access to config
2012-09-07 18:33:28 +02:00
Iaccidentally
d1b9351b16 Update Essentials/src/com/earth2me/essentials/commands/Commandburn.java
typo fix
2012-09-04 00:16:23 -03:00
KHobbits
7f65879cb6 Catch null eco symbol. 2012-09-02 20:17:28 +01:00
KHobbits
8bc0f29e20 More error on 'Permissions system error' in debug mode. 2012-09-02 18:30:59 +01:00
KHobbits
d3a48f7d92 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-02 18:11:54 +01:00
KHobbits
8ea0525909 Update /kit delay to use updated yaml code. 2012-09-02 18:11:29 +01:00
KHobbits
4ffef28504 Merge pull request #136 from necrodoom/patch-3
update enchants with 3-1 letter aliases
2012-09-02 07:51:29 -07:00
KHobbits
814ec196fc Add support for /gamemode toggle | /gamemode t and /gmt to toggle between the 3 gamemodes. 2012-09-02 06:54:58 +01:00
KHobbits
ff6bb07580 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-02 01:57:10 +01:00
Iaccidentally
d3382cb9fe fix burn matching all players 2012-09-01 16:40:49 -04:00
Necrodoom
48189359e3 update enchants with 3-1 letter aliases 2012-09-01 10:33:20 +03:00