ElgarL
7562c7777c
Fix for pushing perms of non superperms supporting plugins
2011-09-20 10:35:05 +01:00
ementalo
512d6a34be
do not show socialspy for own actions. Test #732
2011-09-20 00:15:13 +01:00
ElgarL
96be35a4d2
- Push updates to superperms for all valid GM commands.
2011-09-19 22:51:07 +01:00
ementalo
2a7e48bdb1
cleanup of *.properties
2011-09-19 22:48:29 +01:00
ementalo
dc2cf220e5
Added new command /powertooltoggle, enables / disables all powertools assigned (does not remove them) Test #919
2011-09-19 22:41:39 +01:00
snowleo
5506312b83
Ignore ComputationExceptions while loading users async
2011-09-18 22:18:54 +02:00
snowleo
b6a2d7397d
Allow yaw & pitch in /tppos
2011-09-18 03:34:05 +02:00
snowleo
455c003440
Updated german translation from ThatGangsta on IRC
2011-09-18 03:29:48 +02:00
snowleo
c32b2af96b
Fix GroupBridge build
2011-09-18 02:02:09 +02:00
snowleo
cef91f7c01
Fix GroupBridge build
2011-09-18 01:58:57 +02:00
snowleo
cf4eb31973
The correct ant variable from TeamCity
2011-09-18 01:27:39 +02:00
snowleo
c5830e8e82
Using ant properties
2011-09-18 01:25:04 +02:00
snowleo
272f22b61a
One build file for all configurations
2011-09-18 01:07:43 +02:00
snowleo
6f9ac11bd7
Removed PermissionsCommands from BuildAll
2011-09-18 00:50:05 +02:00
snowleo
5043ab702d
Automatic updates for future versions of items.csv
...
We also update all 1.7.3 versions of items.csv
2011-09-18 00:49:34 +02:00
snowleo
ac1729af37
New animals for spawner and spawnmob
2011-09-17 19:50:57 +02:00
snowleo
45f7ee08f2
GroupManager 1.1
...
Merge branch 'groupmanager'
Conflicts:
EssentialsGroupManager/src/plugin.yml
EssentialsGroupManager/src/users.yml
2011-09-17 13:19:47 +02:00
snowleo
a0115bee96
New items.csv by andrewkm
2011-09-17 13:17:10 +02:00
snowleo
acf30b559c
New methods in player and server interface.
2011-09-17 13:14:34 +02:00
snowleo
14a2990d0a
CB#1137
...
B#837
2011-09-17 13:10:10 +02:00
ElgarL
f270dd1a6b
Read from group not user for setting superperms
2011-09-16 20:15:25 +01:00
KHobbits
b47a0ba0c9
Quickfix: Slightly changing syntax to stop conflict - This needs to be properly addressed
2011-09-15 07:08:05 +02:00
snowleo
9f896ca747
Merge branch 'bukkitupdate'
2011-09-15 00:34:29 +02:00
snowleo
ae12db8d4b
Fix getSafePosition once again.
...
This time: Fix the rare case where the double number is slightly below the actual number (like 1.9999999998)
Also: Fix the case, when the player teleports somewhere in a 2 block high space and on the floor is something like rails.
2011-09-11 04:17:55 +02:00
okamosy
a255481251
added a clearall option to powertools
2011-09-10 10:39:35 +01:00
okamosy
5b2b8dd2e3
Merge branch 'master' of github.com:essentials/Essentials
2011-09-10 09:39:15 +01:00
KHobbits
3dd4d9d19e
Move 'spawnifnospawn' check to home decision tree.
2011-09-09 14:23:42 +01:00
snowleo
a518cb4be2
Updates for banning
...
Removing the ban workaround
We might remove the ban commands completely.
2011-09-07 22:34:53 +02:00
snowleo
dec8a1a41f
CB#1089
...
B#823
2011-09-07 22:07:31 +02:00
ElgarL
f777767db1
Doh, jumped a version
2011-09-06 10:19:11 +01:00
ElgarL
58443c0afd
Final tidy up of superperms for GM 1.2
2011-09-06 10:13:32 +01:00
ElgarL
307d0f36f5
removed unneeded include
2011-09-06 10:12:15 +01:00
ElgarL
8055eda75c
- Fixed BukkitPerms population. Wasn't correctly setting superperms.
2011-09-06 10:11:21 +01:00
snowleo
7f0d17cb70
Using the correct player object for dispatching the command on powertool use.
2011-09-05 22:59:37 +02:00
snowleo
9c6f4db546
Fix afk not disabled after command use
2011-09-05 04:14:02 +02:00
snowleo
5af4ed0084
Ignore more local branches
2011-09-04 20:45:59 +02:00
ElgarL
275f42a97f
Push to Build dev version
2011-09-04 02:09:11 +01:00
ElgarL
82b6b319b2
- Fix for an infinite loop bug with the new Bukkit Perms during a new
...
user creation.
2011-09-03 17:53:34 +01:00
ElgarL
88703a92c7
- Fix for Users.yml containing only 'users:' causing a crash.
...
- GroupManager will now generate a fresh Users and Groups yml if either
file is empty.
2011-09-03 16:13:43 +01:00
ElgarL
d8361bcb89
Minor change to GM's config.yml to make it slightly easier to understand
...
mirroring
2011-09-03 15:41:23 +01:00
ElgarL
d8f317db82
- Invalid groups assigned to players in users.yml will no longer cause
...
a crash. GM will now set them to the default group instead.
2011-09-03 15:29:44 +01:00
ElgarL
c262ac67d7
Damn typos
2011-09-03 14:39:10 +01:00
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