1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-20 03:11:30 +02:00
Commit Graph

2045 Commits

Author SHA1 Message Date
KHobbits
f058b6c6ca Merge branch 'master' into release 2012-02-14 23:56:02 +00:00
KHobbits
61db2dbb1c /spawnmob - Only list mobs you have permission to spawn. 2012-02-14 23:55:29 +00:00
snowleo
c475db78a8 Don't return null, throw an exception 2012-02-14 20:30:06 +01:00
snowleo
713024c873 Merge pull request #49 from Iaccidentally/patch-2
fix typo in config.yml (another one)
2012-02-14 11:21:52 -08:00
Iaccidentally
c4e5b7ffdd fix typo in config.yml (another one) 2012-02-14 14:21:07 -05:00
snowleo
715c2401af Merge pull request #48 from Iaccidentally/patch-1
fix typo in config.yml
2012-02-14 11:18:03 -08:00
Iaccidentally
66f0b02003 fix typo in config.yml 2012-02-14 14:16:34 -05:00
ElgarL
660bb8912e Depreciate PlayerTeleportEvent as it's all handled in
PlayerChangedWorldEvent.
2012-02-14 13:01:39 +00:00
snowleo
786a3dedeb Less sanitizing for more performance 2012-02-13 21:32:05 +01:00
KHobbits
734cea470d Caching regex return in user cleanup.
(Pushing this for testing purposes).
2012-02-13 19:40:33 +00:00
KHobbits
02f9f57544 Merge branch 'master' into release 2012-02-13 17:35:05 +00:00
KHobbits
94db92be0d Merge remote branch 'remotes/origin/groupmanager' 2012-02-13 17:24:32 +00:00
KHobbits
117dbbc796 Merge branch 'master' of github.com:essentials/Essentials 2012-02-13 17:17:14 +00:00
KHobbits
33b4ad33e0 Allow charges for different mob types in /spawner 2012-02-13 17:16:27 +00:00
KHobbits
00553ad69a Add per warp command costs
Make warp other commands charge the commander, not the warped.
2012-02-13 17:09:07 +00:00
md_5
77e1ea06dd Clean up the CommandException stack traces so they appear as if Essentials was never there. 2012-02-12 08:19:24 +11:00
KHobbits
c6a96bc7a3 Update trade signs properly, and visibly handle full signs. 2012-02-11 21:15:26 +00:00
KHobbits
303ddc8119 Merge pull request #46 from krinsdeath/master
Added Privileges to known Permissions plugins
2012-02-11 12:12:59 -08:00
KHobbits
cb8c095436 Refactoring tpaccept perm check to include tpaall. 2012-02-11 20:10:19 +00:00
KHobbits
6b5eb94176 Merge pull request #45 from Wolvereness/master
Fix /tpaccept permission check
Refactoring to follow.
2012-02-11 12:06:42 -08:00
Jeff Wardian
6b4d7af24d Added PrivilegesHandler.java;
Implemented privileges in PermissionsHandler.java;

Fixed PrivilegesHandler.canBuild();
2012-02-11 10:06:18 -08:00
ElgarL
2b854b217e Change Service registration to register WorldsHolder instead of
AnjoPermissionsHandler. This is the correct entry point for all data.
2012-02-11 10:36:55 +00:00
Wolvereness
62b354a989 Fix exploit with /tpaccept if sender no longer has permission 2012-02-09 23:14:57 -06:00
KHobbits
0fb981a56d Allow colour codes in /ping 2012-02-09 22:13:00 +00:00
KHobbits
e6b4b61ed2 New Permission: essentials.sudo.exempt
If a user has this perm, they cannot be controlled.
2012-02-09 22:11:46 +00:00
KHobbits
6c6e960aa0 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
373f0a1460 Fixing silly typo - Fixes shout costs. 2012-02-09 02:11:36 +00:00
ElgarL
3b02d9ee91 Add some commenting 2012-02-05 16:41:34 +00:00
ElgarL
aaa92afc12 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
fadc8455cb Prevent getAllPlayersPermissions() processing a group more than once.
Improves performance when using complex inheritance structures.
2012-02-02 18:10:35 +00:00
KHobbits
cbcb6d2ad5 Merge branch 'master' into release 2012-02-02 11:41:18 +00:00
KHobbits
c96e691af6 Make it so ops can build, even if they don't have the matching permission. 2012-02-02 10:43:17 +00:00
KHobbits
722c3d27de 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
5e5452d926 Fixing repair to not repair items with datavalues, unless they actually have a durability. 2012-02-02 10:27:35 +00:00
KHobbits
55d5961fd5 Craftbukkit #1846 Bukkit #1211 2012-02-02 10:27:09 +00:00
KHobbits
aef06e21c8 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
31f16f2d06 Extend valid characters to be a little less strict. 2012-02-02 09:37:30 +00:00
KHobbits
8a15a08d0f Sanitize mail for untoward characters.
Prevent a user error from terminating essentials timer task.
2012-02-02 09:26:36 +00:00
ElgarL
cc6b2b7f8f fix setGroup to only block superperms update if update is false. 2012-02-02 02:41:10 +00:00
ElgarL
1894a5621c 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
65f39f621d More info, and less severe warning on jail error. 2012-01-31 08:33:14 +00:00
KHobbits
1ae2f60e7c Update jails to new event system. 2012-01-31 08:06:50 +00:00
ElgarL
dd1ce93811 Catch all errors in badly formatted groups. 2012-01-31 03:16:34 +00:00
ElgarL
a6eee4f654 Track the 'onPlayerChangeWorld' event as some teleports seem to not be
triggering a world move.
2012-01-30 17:08:55 +00:00
ElgarL
18fa38f3c0 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
098c4e5afd Merge branch 'master' into release 2012-01-30 05:36:03 +00:00
KHobbits
8bb14feca9 Remove invalid item spawn blacklist warning during startup. 2012-01-29 23:36:27 +00:00
KHobbits
e59029ec66 Merge branch 'master' into release 2012-01-29 21:44:30 +00:00
KHobbits
67bf4a58fe Prevent /home bed, if the bed was later destroyed. 2012-01-29 21:44:15 +00:00
KHobbits
61a66110cb Merge branch 'master' into release 2012-01-29 21:39:05 +00:00