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

2060 Commits

Author SHA1 Message Date
ElgarL
20b1131811 Removed some debug spam. 2012-03-17 12:37:23 +00:00
ElgarL
24a15ace92 Fix a globalgroup inheritance in groups.yml 2012-03-12 22:18:25 +00:00
ElgarL
d243d243a5 change []<> for optional command components 2012-03-06 16:23:57 +00:00
ElgarL
69d426a534 Expanded '/manuadd'to accept an optional variable for the world (eg
'/manuadd <player> <group> <world>').
2012-03-06 11:02:48 +00:00
ElgarL
d78df58eea Better reporting when a users.yml is failing to load. 2012-03-04 10:39:39 +00:00
ElgarL
7494323a1e Minor change to globalgroups 2012-03-03 14:03:52 +00:00
ElgarL
79d4ee04ac Fix a silly logic error when testing bukkit perms 2012-03-03 13:47:59 +00:00
ElgarL
29fa09510f Minor optimization when checking bukkit permissions. 2012-03-03 13:00:17 +00:00
snowleo
6f9654ea9b Merge remote-tracking branch 'origin/groupmanager' 2012-03-01 17:33:25 +01:00
snowleo
42ff4fc59c EntityType instead of CreatureType 2012-03-01 17:33:09 +01:00
snowleo
4474137065 Requires #1988 because of the new Inventory stuff 2012-03-01 16:17:40 +01:00
snowleo
b3422cccc9 Updated to R6 2012-03-01 16:16:05 +01:00
snowleo
be14822ae3 CB# 1988 B# 1360 2012-03-01 16:16:05 +01:00
md_5
10ccc503ee Merge remote-tracking branch 'origin/master' 2012-03-01 16:23:21 +11:00
md_5
f96c546e3c Separate config sections evenly 2012-03-01 14:40:57 +11:00
md_5
1195149c4d Remove old, unwanted manifest.mf files 2012-03-01 12:27:59 +11:00
ElgarL
a36136689e Make 'manload' reload the config correctly. 2012-02-28 10:46:10 +00:00
KHobbits
60157e5a8c Adding option to log all eco api transactions. 2012-02-27 15:31:43 +00:00
KHobbits
685edfff51 Prevent EssSpawn trying to handle spawning of jailed players. 2012-02-27 03:40:18 +00:00
KHobbits
912046a523 Change jail listener to catch respawn at Highest 2012-02-27 03:24:58 +00:00
KHobbits
7a74e56421 Allow people to hit exactly 'min money'. 2012-02-26 05:10:04 +00:00
KHobbits
7976f19345 Cleanup. 2012-02-26 05:06:03 +00:00
KHobbits
1a4f2aeb57 Adjustments to negative eco give/take. 2012-02-26 05:01:40 +00:00
KHobbits
8df4e9c3ab Display users new balance on /eco give/take. 2012-02-26 04:27:29 +00:00
KHobbits
27ae50e3e3 Add Minimum Balance, to allow people to manage overdrafts. 2012-02-26 04:15:14 +00:00
KHobbits
c58c28b44f Updating Bukkit: CB #1858, B #1334 2012-02-25 17:57:26 +00:00
KHobbits
555cbbc759 Lowering min bukkit to r4 - 1838, this build should still be compatible. 2012-02-25 17:40:00 +00:00
KHobbits
df8c6bae5a Merge branch 'master' into release 2012-02-25 17:22:39 +00:00
KHobbits
726284578f Merge remote branch 'remotes/origin/groupmanager' 2012-02-25 17:22:01 +00:00
ElgarL
78fef80baf Prevent promoting players to, and demoting to GlobalGroups. 2012-02-25 09:29:54 +00:00
ElgarL
3bf7fa1362 Prevent adding inheritances to globalgroups. These are permissions
collections, not player groups.
2012-02-25 09:22:54 +00:00
KHobbits
0df8cb0b07 Write to user files less, on money update. 2012-02-23 17:25:00 +00:00
KHobbits
2fbacc8f60 Balance top now has server total on first line.
Balance top will update ess balance backup if using register/vault eco.
2012-02-23 15:17:23 +00:00
KHobbits
7b13aebc5a Fixing upgrade script to allow powertool upgrade. 2012-02-23 14:49:23 +00:00
KHobbits
d0acabaaa0 Fixing kits for new config classes. 2012-02-22 12:32:51 +00:00
KHobbits
82471f9531 Extra command aliases. 2012-02-22 01:29:37 +00:00
KHobbits
21b982f068 Powertools dispatch commands as delayed tasks (should reduce any conflict issues). 2012-02-22 00:23:04 +00:00
KHobbits
c6b1a8af23 Switch powertools to use different event.
Reduce multiple triggering of powertool events.
Abort event when used with powertool.
2012-02-22 00:11:21 +00:00
KHobbits
97157bc1fb Fix powertools with new config format. 2012-02-22 00:10:13 +00:00
KHobbits
8c706a4537 Check to see if home section exists. 2012-02-21 22:19:56 +00:00
KHobbits
1a2f844bfa Fixing home list. 2012-02-21 22:12:37 +00:00
KHobbits
377bdb7c22 Fix /sudo message display. 2012-02-21 21:39:25 +00:00
ElgarL
d89028841e Removed BukkitPermsOverride as this is now the default with bukkit
handling child nodes.
2012-02-21 18:40:54 +00:00
ElgarL
674832c2f6 Update for Bukkit R5 compatability.
Removed some unused variables.
2012-02-21 18:38:08 +00:00
snowleo
b41444d87a Never give our user object to other plugins! 2012-02-21 18:41:27 +01:00
snowleo
7c270b0b5a Merge branch 'refs/heads/groupmanager' 2012-02-21 17:34:45 +01:00
snowleo
406295a548 Updated Essentials to work with R5 2012-02-21 17:33:46 +01:00
snowleo
3062035236 CB#1952
B#1330
2012-02-21 16:47:25 +01:00
KHobbits
5aee6269d3 Merge branch 'master' into release 2012-02-19 01:20:50 +00:00
KHobbits
2b4b2034ae Add bPerm2 support for chat prefixes. 2012-02-18 22:47:38 +00:00