KHobbits
1187f199d9
Allow colour codes in /ping
2012-02-09 22:13:00 +00:00
KHobbits
c3c1a290b6
New Permission: essentials.sudo.exempt
...
If a user has this perm, they cannot be controlled.
2012-02-09 22:11:46 +00:00
KHobbits
258d416eb8
Optional argument to /ping [message]- Message to be echo'd.
...
Possible use in scripts, checking for lag, /sudo, etc.
2012-02-09 22:02:24 +00:00
KHobbits
c6649615fe
Fixing silly typo - Fixes shout costs.
2012-02-09 02:11:36 +00:00
ElgarL
6404fc031a
Add some commenting
2012-02-05 16:41:34 +00:00
ElgarL
29ec27d4fa
Fix world mirroring so it correctly creates data files and data sources
...
for partially mirrored worlds.
Fixed world mirroring so it returns the correct data for the
requested world
2012-02-05 16:30:58 +00:00
ElgarL
c8dfbb5383
Prevent getAllPlayersPermissions() processing a group more than once.
...
Improves performance when using complex inheritance structures.
2012-02-02 18:10:35 +00:00
KHobbits
8a392410bc
Merge branch 'master' into release
2012-02-02 11:41:18 +00:00
KHobbits
65b24efcb3
Make it so ops can build, even if they don't have the matching permission.
2012-02-02 10:43:17 +00:00
KHobbits
c764420e84
Force minimum CB version to 1846, don't want people on #1840 due to big bugs.
2012-02-02 10:32:18 +00:00
KHobbits
9614031f7f
Fixing repair to not repair items with datavalues, unless they actually have a durability.
2012-02-02 10:27:35 +00:00
KHobbits
6dc6a5953b
Craftbukkit #1846 Bukkit #1211
2012-02-02 10:27:09 +00:00
KHobbits
98c3e5ce8e
Recover from broken config files, but keep a backup of the old one for purpose of data recovery.
2012-02-02 09:48:56 +00:00
KHobbits
34bc0de6e1
Extend valid characters to be a little less strict.
2012-02-02 09:37:30 +00:00
KHobbits
4a68ff5a7a
Sanitize mail for untoward characters.
...
Prevent a user error from terminating essentials timer task.
2012-02-02 09:26:36 +00:00
ElgarL
d809c6d0c4
fix setGroup to only block superperms update if update is false.
2012-02-02 02:41:10 +00:00
ElgarL
0e3c4a1368
Fix a bug with getWorldData return the main world data for all mirrors,
...
instead of the worlds parent data.
2012-02-02 02:01:04 +00:00
KHobbits
cfc7418086
More info, and less severe warning on jail error.
2012-01-31 08:33:14 +00:00
KHobbits
a8a07d8dbe
Update jails to new event system.
2012-01-31 08:06:50 +00:00
ElgarL
413b03315f
Catch all errors in badly formatted groups.
2012-01-31 03:16:34 +00:00
ElgarL
83a227d050
Track the 'onPlayerChangeWorld' event as some teleports seem to not be
...
triggering a world move.
2012-01-30 17:08:55 +00:00
ElgarL
b5ae4f2955
Auto sort permissions on load to speed up population of superperms.
...
Negating a parent node after adding all nodes with * will now
correctly remove all child nodes of that parent before populating
superperms.
eg.
- '*'
- -vanish.*
- vanish.standard
2012-01-30 14:41:19 +00:00
KHobbits
b0514341bc
Merge branch 'master' into release
2012-01-30 05:36:03 +00:00
KHobbits
52e276af98
Remove invalid item spawn blacklist warning during startup.
2012-01-29 23:36:27 +00:00
KHobbits
bc6ef182a9
Merge branch 'master' into release
2012-01-29 21:44:30 +00:00
KHobbits
55b98ff934
Prevent /home bed, if the bed was later destroyed.
2012-01-29 21:44:15 +00:00
KHobbits
81086b989a
Merge branch 'master' into release
2012-01-29 21:39:05 +00:00
ElgarL
00ca22bad1
.project change for Eclipse Build tool
2012-01-29 21:37:50 +00:00
KHobbits
b905a65f0e
Fixing Kill/suicide in creative mode.
2012-01-29 21:37:38 +00:00
KHobbits
bc961a15ca
Merge branch 'master' into release
2012-01-29 21:20:56 +00:00
KHobbits
7a8f0fec4d
New craftbukkit
...
CB 1840, B 1208
2012-01-29 21:06:55 +00:00
KHobbits
f1cee6d0d9
Merge remote branch 'remotes/origin/groupmanager'
2012-01-29 20:57:54 +00:00
KHobbits
594f411d2e
Fix boolean fail in /r offline checking.
2012-01-29 20:57:17 +00:00
ElgarL
8ad0f9ec11
updating .gitignore
2012-01-29 11:04:52 +00:00
ElgarL
46a694d41b
Fix players retaining permissions when demoted.
2012-01-29 10:54:24 +00:00
KHobbits
f061d10078
Merge branch 'master' into release
2012-01-29 05:00:04 +00:00
KHobbits
8542def88c
Optional second argument to /tpaccept, it will only accept the request if the sender matched that string.
2012-01-29 04:59:30 +00:00
KHobbits
930a1331d9
Added kit note.
...
Fixes #1276
2012-01-29 03:26:44 +00:00
KHobbits
021a149f2d
Kill people the proper way.
...
Test #1410
2012-01-29 03:23:38 +00:00
KHobbits
583a7292f0
Switch /near priority to check for int first.
...
Test #1269
2012-01-29 03:09:59 +00:00
KHobbits
fb19cd53bc
Make sure player is online when sending a /reply.
2012-01-29 02:57:52 +00:00
KHobbits
7450b0bbea
Merge branch 'master' into release
2012-01-29 01:45:40 +00:00
KHobbits
d60ae36a0c
Merge remote branch 'remotes/origin/groupmanager'
2012-01-29 01:45:03 +00:00
KHobbits
4bc8c70a4b
Prevent disabled sign creation (if any of essentials signs are enabled)
2012-01-29 01:42:55 +00:00
KHobbits
ff603688cb
Fix sign list format.
2012-01-29 01:38:24 +00:00
KHobbits
6009a8dc7d
Disable all signs by default.
2012-01-29 01:27:04 +00:00
KHobbits
11bee4e7df
Added options to enable each sign type
2012-01-29 01:12:38 +00:00
ElgarL
cdfed7a79e
silly formatting change to test gitbot
2012-01-28 18:01:17 +00:00
KHobbits
f1f93ba94d
Merge branch 'master' into release
2012-01-28 12:59:15 +00:00
KHobbits
750fabcddd
Merge remote branch 'remotes/origin/groupmanager'
2012-01-28 12:58:37 +00:00