1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-02-25 08:52:40 +01:00

1833 Commits

Author SHA1 Message Date
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
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
ElgarL
8946f3a75a .project change for Eclipse Build tool 2012-01-29 21:37:50 +00:00
KHobbits
b5c50ed219 New craftbukkit
CB 1840, B 1208
2012-01-29 21:06:55 +00:00
KHobbits
3ef32d1269 Merge remote branch 'remotes/origin/groupmanager' 2012-01-29 20:57:54 +00:00
KHobbits
9f552f39b3 Fix boolean fail in /r offline checking. 2012-01-29 20:57:17 +00:00
ElgarL
71d5488018 updating .gitignore 2012-01-29 11:04:52 +00:00
ElgarL
c7474a9020 Fix players retaining permissions when demoted. 2012-01-29 10:54:24 +00:00
KHobbits
67e4828984 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
b4ce35bafc Added kit note.
Fixes #1276
2012-01-29 03:26:44 +00:00
KHobbits
a1210ea119 Kill people the proper way.
Test #1410
2012-01-29 03:23:38 +00:00
KHobbits
9438375c49 Switch /near priority to check for int first.
Test #1269
2012-01-29 03:09:59 +00:00
KHobbits
ba8aa8bf28 Make sure player is online when sending a /reply. 2012-01-29 02:57:52 +00:00
KHobbits
8e36855fb8 Merge remote branch 'remotes/origin/groupmanager' 2012-01-29 01:45:03 +00:00
KHobbits
edc0da55d2 Prevent disabled sign creation (if any of essentials signs are enabled) 2012-01-29 01:42:55 +00:00
KHobbits
33839ca0c9 Fix sign list format. 2012-01-29 01:38:24 +00:00
KHobbits
65c8f38e10 Disable all signs by default. 2012-01-29 01:27:04 +00:00
KHobbits
a19ffe10a5 Added options to enable each sign type 2012-01-29 01:12:38 +00:00
ElgarL
3f2baa3c0b silly formatting change to test gitbot 2012-01-28 18:01:17 +00:00
KHobbits
7afb0d845e Merge remote branch 'remotes/origin/groupmanager' 2012-01-28 12:58:37 +00:00
ElgarL
4c78ab4f2a fix for an iterator error if there is only one element in the array. 2012-01-28 11:59:54 +00:00
ElgarL
17a3497b00 Fixed a bug when pushing superperms in the wrong order. 2012-01-28 11:47:39 +00:00
KHobbits
1214d93050 Only list bed home if it is set. 2012-01-28 01:39:51 +00:00
KHobbits
b53b75caa0 Allow space as well as : in /delhome 2012-01-28 01:32:15 +00:00
KHobbits
e6d525a168 Stop users from using /sethome bed 2012-01-28 01:09:02 +00:00
KHobbits
e82ee71bd9 If bed home is set, give priority when spawning. 2012-01-28 00:57:08 +00:00
KHobbits
72885e1d6c Check bed still exist, for bed homes. 2012-01-28 00:49:22 +00:00
KHobbits
085250c72f Switch website URL's to point at wiki. 2012-01-28 00:20:46 +00:00
ElgarL
7695c9f5c7 Properly fix inherited negated nodes. 2012-01-27 13:09:11 +00:00
ElgarL
25806e7fa8 do not allow inherited permissions to negate higher perms. 2012-01-27 12:38:00 +00:00
KHobbits
9be34c899f Merge branch 'master' of github.com:essentials/Essentials 2012-01-26 21:21:35 +00:00
KHobbits
e47043589f Revert emergency listener to old style
Stops peoples world world burning down if they throw in 2.8, on a 1.0 server.
2012-01-26 21:21:13 +00:00
snowleo
9a14b9be16 Minor fix to french translation 2012-01-26 04:49:26 +01:00
Léa Gris
3cb6a4af3a i18n added to command nuke 2012-01-26 04:46:00 +01:00
Léa Gris
ab6f00707d Updated translations to Essentials Dev2.7.191 2012-01-26 04:45:16 +01:00
KHobbits
22c5a67d66 Set min bukkit to 1818 - RB 2012-01-26 00:30:33 +00:00
KHobbits
0987606eff Merge remote branch 'remotes/origin/groupmanager' 2012-01-26 00:28:10 +00:00
ElgarL
6642d9996a Fixed an infinite loop error when using '/manudel' on a logged in
player. It caused setDefaultGroup to trigger a bukkit update when no GM
User existed yet.
2012-01-25 23:44:14 +00:00
ElgarL
29ca77791c Trap errors in fetching the mirrors map. 2012-01-25 22:43:07 +00:00
ElgarL
d6d4afc3f5 Check for a null player object in the PlayerTeleportEvent. 2012-01-25 22:35:24 +00:00
ElgarL
8a5eba9664 Fixed subgroups (I broke earlier). 2012-01-25 22:33:22 +00:00
paul.aston
1f12d77a3f CB #1818
RB #1200
2012-01-25 14:23:46 +00:00
Paul A.
da6ad4567a Merge pull request #43 from essentials/groupmanager
Fix trying to modify an unmodifiable collection breaking superperms.
2012-01-24 17:29:08 -08:00
ElgarL
d7bc467ee3 Fix trying to modify an unmodifiable collection breaking superperms. 2012-01-25 01:20:44 +00:00
KHobbits
157861ee39 Merge remote branch 'remotes/origin/groupmanager' 2012-01-25 00:02:15 +00:00
ementalo
0a05cda9bc Don't try to spawn users who have disconnected before we have a chance to spawn them 2012-01-24 22:43:33 +00:00
ElgarL
8ba637a50a Fix typo/wording in changelog
Allow negation to the * permission node when populating superperms.
2012-01-24 19:41:22 +00:00