ElgarL
|
da89d75fbd
|
Commenting
|
2012-09-25 11:27:36 +01:00 |
|
ElgarL
|
d208c244aa
|
Fix javadocs
|
2012-09-25 11:25:19 +01:00 |
|
ElgarL
|
f63cde00fa
|
Minor typo fix - Necrodoom
|
2012-09-25 11:15:28 +01:00 |
|
ElgarL
|
6bd41637ba
|
Update warning in GlobalGroups - Necrodoom.
|
2012-09-22 19:51:38 +01:00 |
|
ElgarL
|
79a25c435f
|
- Fix Synchronization on adding subgroups (thanks snowleo).
- Remove info node support from GlobalGroups. It should not have them
as GlobalGroups are only permission collections.
|
2012-09-22 19:18:51 +01:00 |
|
md_5
|
b1ad781628
|
Merge remote-tracking branch 'origin/groupmanager' into 2.9
|
2012-09-16 23:02:56 +10:00 |
|
Iaccidentally
|
eda2e5ae14
|
Update Essentials/src/plugin.yml
updating SKYNET
|
2012-09-15 21:07:42 -03:00 |
|
KHobbits
|
58be412fc0
|
Missing tl key.
|
2012-09-15 22:06:42 +01:00 |
|
KHobbits
|
4743aaa9af
|
Add server uptime to /gc
|
2012-09-15 22:04:18 +01:00 |
|
KHobbits
|
f3c9547e2e
|
Add missing TL key
Fixes #1363
|
2012-09-15 21:16:31 +01:00 |
|
KHobbits
|
6f7c32229b
|
Allow bans on players who have never connected.
|
2012-09-15 20:57:44 +01:00 |
|
KHobbits
|
64ab6932bf
|
Reduce the enchantment list some more.
|
2012-09-15 20:29:29 +01:00 |
|
KHobbits
|
bd8ea2194d
|
Fix Essentials /sethome to more strictly obey home limits.
|
2012-09-15 19:55:12 +01:00 |
|
KHobbits
|
87dbb7433b
|
/ess reset <player> - Clears stored data about a user.
|
2012-09-14 02:30:24 +01:00 |
|
KHobbits
|
06a9182fd2
|
Merge branch '2.9' of github.com:essentials/Essentials into 2.9
|
2012-09-14 01:11:04 +01:00 |
|
KHobbits
|
443654536f
|
Fixed jail extend message - xGhOsTkiLLeRx
|
2012-09-14 01:10:22 +01:00 |
|
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 |
|
ElgarL
|
c404918bae
|
Remove unused imports.
|
2012-09-11 11:12:19 +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 |
|
snowleo
|
dd779ea66a
|
Missing final
|
2012-09-10 20:53:25 +02:00 |
|
snowleo
|
f07c89803f
|
Thread safety for GM
|
2012-09-10 20:49:07 +02:00 |
|
snowleo
|
ff18374456
|
Revert bad synchronization
This reverts commit 9d820c94a6 .
|
2012-09-10 19:06:17 +02:00 |
|
ElgarL
|
b4460f8bac
|
Synchronize the world data holder.
|
2012-09-10 17:46:01 +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 |
|
ElgarL
|
9d820c94a6
|
Change to Hashtables to reduce the chance of a
ConcurrentModificationException pulling group/user data in an Async
thread.
|
2012-09-10 00:15:42 +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 |
|