ElgarL
5a4f64d393
correct typo on setDefaulttWorldHandler
2011-09-03 14:33:47 +01:00
Steve
081d3f5152
- GroupManager will now attempt to select the default world when using
...
commands instead of failing and telling you to use '/manselect <world>'.
2011-09-03 14:24:32 +01:00
ElgarL
ff3332098f
- Fixed users being able to use 'manuadd' to add users to higher groups
...
than their own.
- Added SuperPerms support so GM will update adn provide the
permissions to plugins which only support Bukkit Perms.
- Added more helpful output to errors on argument lengths.
2011-09-03 11:33:14 +01:00
ElgarL
9e0a10ba80
Bukkit Superperms support
2011-09-02 23:07:23 +01:00
snowleo
dc7fd1304c
Cross world move check
2011-09-02 17:16:46 +02:00
KHobbits
2134fcc7af
Throwing an error on /sethome if you cant set multiple homes.
2011-09-02 15:58:25 +01:00
snowleo
4555148e1c
Disabling update check for now, we have to find a better solution.
2011-09-02 16:28:34 +02:00
snowleo
8317797274
Prevent that hidden players broadcast afk messages
...
Prevent that moving players triggers unafk too early, they can now move within a radius of 3 blocks from the position where they went afk.
2011-09-02 16:16:15 +02:00
KHobbits
61a377bc26
fix failed edit on github
2011-09-02 09:40:14 +02:00
KHobbits
a755ca4e0e
Edited Essentials/src/com/earth2me/essentials/perm/Permissions2Handler.java via GitHub
2011-09-02 09:35:26 +02:00
snowleo
e12e931364
Restore tempban functionality
2011-09-01 17:55:13 +02:00
snowleo
0d625d64c4
items.csv changes by andrewkm
2011-09-01 17:54:05 +02:00
snowleo
9cdb0e0f74
Prevent afk message after login, also don't show afk message on logout.
2011-09-01 15:29:45 +02:00
snowleo
1df5a15a1d
Sample permissions for PermissionsBukkit, PermissionsEx and bPermissions
2011-09-01 13:47:49 +02:00
snowleo
f10ad3de53
Copy&Paste Bugs are always stupid
2011-09-01 11:52:52 +02:00
snowleo
1843cf1e58
Cleanup
2011-08-31 13:03:01 +02:00
snowleo
b0a7845093
Cleaner checkPermissions()
2011-08-31 13:02:21 +02:00
snowleo
fc9d8cbdaa
Using base instead of our wrapped player for permission check.
2011-08-31 12:51:59 +02:00
Steve
818472dc58
added PermissionHandler.class and .project/.classpath so this will build
...
in eclipse
2011-08-31 01:56:31 +01:00
snowleo
92b6c42a92
Minor rewrite of Permissions package, all the stuff is now in one place.
2011-08-30 23:26:23 +02:00
snowleo
e406d0c094
Missing nochargeexception in /home and /world
2011-08-30 09:46:31 +02:00
KHobbits
60e2c57a33
Adding throw to prevent double charge.
2011-08-30 03:42:31 +01:00
snowleo
731d177b6a
NoChargeException for teleport commands
2011-08-30 03:15:50 +02:00
snowleo
fd563364e5
/help now supports multiple permissions for a command in plugin.yml
...
Also minor cleanup
2011-08-30 03:15:10 +02:00
snowleo
a401dc0d16
First update check is done 10 minutes after server start.
2011-08-30 02:36:16 +02:00
snowleo
c155374e55
Catch NPE in /powertool, also cleanup
2011-08-30 01:14:03 +02:00
Steve
e2584d6b89
Test commit to see if push works
...
Updated plugin.yml to alpha-6 for GM
2011-08-29 21:15:33 +01:00
snowleo
b1bb8c48fc
Fix compatibility issues with Citizens
2011-08-28 23:51:10 +02:00
snowleo
566c2a620e
Cleanup
2011-08-28 14:24:31 +02:00
snowleo
f3efe29baa
If PermissionsBukkit or bPermissions is detected, we don't need the config switch.
2011-08-28 14:12:27 +02:00
snowleo
53056fa1ab
Updates to Plugin listener
2011-08-28 13:57:36 +02:00
snowleo
17a5081a77
Adding support for two more permission systems.
2011-08-28 13:47:20 +02:00
snowleo
a7054ccb40
Revert "Testing yaml annotations"
...
This reverts commit 8c99f49a90
.
2011-08-28 06:24:34 +02:00
snowleo
db88b67337
Another build fix
2011-08-28 06:17:43 +02:00
snowleo
9eb2d11e63
Allow the build server to build again.
2011-08-28 06:16:01 +02:00
snowleo
5ee8b6efe2
Disabling broken test
2011-08-28 05:21:12 +02:00
snowleo
8c99f49a90
Testing yaml annotations
2011-08-28 05:12:13 +02:00
snowleo
2cecb3dd2f
Oops, these too.
2011-08-27 23:54:23 +02:00
snowleo
600237c5d2
Forgot this one
2011-08-27 23:38:21 +02:00
snowleo
362c2bbf48
Correctly charge for the use of commands.
...
We now first test, if the user could pay it, do the stuff and then charge him. If the command throws an exception, the user will not be charged.
2011-08-27 23:14:49 +02:00
snowleo
cd18881dec
Fixes to auto afk
2011-08-27 22:29:57 +02:00
snowleo
bcf16e7eb6
Display which permission system is used.
2011-08-27 21:13:33 +02:00
snowleo
2ca0a8b9da
Less use of Craftbukkit code, so less things will break on MC update.
...
Added try/catch around the tnt and creeper protection code. The event will now always canceled, even if our fake explosion code fails.
2011-08-27 20:39:54 +02:00
snowleo
5572b03cad
Cleanup & output result of backup command
2011-08-27 17:50:44 +02:00
snowleo
f76afa66a2
Protect detector/powered rails
2011-08-27 17:11:15 +02:00
okamosy
f3f68d1c2e
Merge branch 'master' of github.com:essentials/Essentials
2011-08-27 16:10:47 +01:00
okamosy
73a16d3f50
fixed home commands syntax to match multi-home
2011-08-27 16:10:35 +01:00
snowleo
12bf86baac
Protect detector/powered rails
2011-08-27 17:09:43 +02:00
snowleo
08d2bd9a80
Prevent that wrong ids are used in /kit
2011-08-27 17:01:01 +02:00
snowleo
b06988514d
Disable /nick if change-displayname is disabled
...
Some translations
2011-08-27 16:56:45 +02:00