snowleo
caff3c115b
BPermissions 1.6.0
...
Prefix/suffix support for bPermissions
Star permissions are now done by bPermissions
2011-09-22 01:03:54 +02:00
snowleo
517961b26a
Merge pull request #26 from codename-B/patch-2
...
So... it's just some updates.
2011-09-21 15:52:36 -07:00
Ben
85f63d0afe
So... it's just some updates.
2011-09-22 00:50:26 +02:00
KHobbits
ecc56351ec
Merge pull request #25 from codename-B/patch-1
...
Edited Essentials/src/examples/bpermissions.yml via GitHub
2011-09-21 13:34:24 -07:00
KHobbits
9b04705ec9
Update to cb #1181
2011-09-21 21:29:31 +01:00
Ben
e786653364
Edited Essentials/src/examples/bpermissions.yml via GitHub
2011-09-21 22:26:30 +02:00
snowleo
e5613d43cc
CB#1173
...
Merge branch 'groupmanager'
Conflicts:
lib/bukkit-0.0.1-SNAPSHOT.jar
lib/craftbukkit-0.0.1-SNAPSHOT.jar
2011-09-21 21:38:52 +02:00
ElgarL
ce8f05cd94
- Update to handle 'getDescription().getPermissions(') returning a
...
list (CB 1172).
2011-09-21 16:23:47 +01:00
snowleo
e52a9c1f6b
Merge branch 'groupmanager'
2011-09-21 14:30:27 +02:00
ElgarL
de744fe9e2
- Reverted WorldHolder static change to maintain backward plugin
...
compatability.
2011-09-21 12:30:11 +01:00
snowleo
a0031d1d45
New config setting: protect.prevent.enderman-pickup
...
Defaults to false
2011-09-21 02:30:58 +02:00
snowleo
d60dd01f0f
Added enderman pickup to sign protection
2011-09-21 02:29:51 +02:00
snowleo
ad3bc2ad98
CB#1163
...
B#847
2011-09-21 02:10:40 +02:00
snowleo
cf69a6d72c
Food for Godmode: There is no event for food yet, so we have to update it manually.
...
Test #939
2011-09-20 19:29:04 +02:00
snowleo
1a65a31a7e
Heal-Signs sets food level to full and removes fire
...
Test #938
2011-09-20 18:27:26 +02:00
KHobbits
9c998eac2f
Merge branch 'master' of github.com:essentials/Essentials into essmaster
2011-09-20 15:13:08 +01:00
ElgarL
2bdc00dc14
All GroupManager commands issued by players are now echoed in the
...
console.
2011-09-20 14:49:42 +01:00
snowleo
83e8dac6a0
Add missing ;
2011-09-20 15:53:26 +03:00
snowleo
3879d582d3
Merge pull request #24 from eXeC64/master
...
Fixed bug where players are unable to remove their own chest protection.
2011-09-20 05:44:50 -07:00
KHobbits
1fd5222d40
Merge remote branch 'remotes/ess/groupmanager' into essmaster
2011-09-20 13:36:55 +01:00
Harry Jeffery
fe15bab05f
Fixed bug preventing players from removing their own signs
2011-09-20 12:33:42 +01:00
ElgarL
f2dd51cf57
Fix for pushing perms of non superperms supporting plugins
2011-09-20 10:35:05 +01:00
ementalo
ac1f2badc7
do not show socialspy for own actions. Test #732
2011-09-20 00:15:13 +01:00
ElgarL
d3f6e82474
- Push updates to superperms for all valid GM commands.
2011-09-19 22:51:07 +01:00
ementalo
676f941bb8
cleanup of *.properties
2011-09-19 22:48:29 +01:00
ementalo
bd74bd1286
Added new command /powertooltoggle, enables / disables all powertools assigned (does not remove them) Test #919
2011-09-19 22:41:39 +01:00
snowleo
5831cde90e
Ignore ComputationExceptions while loading users async
2011-09-18 22:18:54 +02:00
snowleo
b2394048fa
Allow yaw & pitch in /tppos
2011-09-18 03:34:05 +02:00
snowleo
4811e46dd6
Updated german translation from ThatGangsta on IRC
2011-09-18 03:29:48 +02:00
snowleo
8d266a3440
Fix GroupBridge build
2011-09-18 02:02:09 +02:00
snowleo
f680fb1b76
Fix GroupBridge build
2011-09-18 01:58:57 +02:00
snowleo
a845f351f8
The correct ant variable from TeamCity
2011-09-18 01:27:39 +02:00
snowleo
997a409b5a
Using ant properties
2011-09-18 01:25:04 +02:00
snowleo
a6673c5157
One build file for all configurations
2011-09-18 01:07:43 +02:00
snowleo
5ef7135fc8
Removed PermissionsCommands from BuildAll
2011-09-18 00:50:05 +02:00
snowleo
4c698762c3
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
82e389be8f
New animals for spawner and spawnmob
2011-09-17 19:50:57 +02:00
snowleo
1df79bc9f4
GroupManager 1.1
...
Merge branch 'groupmanager'
Conflicts:
EssentialsGroupManager/src/plugin.yml
EssentialsGroupManager/src/users.yml
2011-09-17 13:19:47 +02:00
snowleo
ab590af927
New items.csv by andrewkm
2011-09-17 13:17:10 +02:00
snowleo
002e4a2772
New methods in player and server interface.
2011-09-17 13:14:34 +02:00
snowleo
0e9b971280
CB#1137
...
B#837
2011-09-17 13:10:10 +02:00
ElgarL
73b5fe971f
Read from group not user for setting superperms
2011-09-16 20:15:25 +01:00
KHobbits
6398626559
Quickfix: Slightly changing syntax to stop conflict - This needs to be properly addressed
2011-09-15 07:08:05 +02:00
snowleo
828f97c9a8
Merge branch 'bukkitupdate'
2011-09-15 00:34:29 +02:00
snowleo
d6d4752383
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
d2bf35dac2
added a clearall option to powertools
2011-09-10 10:39:35 +01:00
okamosy
8d6e3e7c18
Merge branch 'master' of github.com:essentials/Essentials
2011-09-10 09:39:15 +01:00
KHobbits
0b057d8e29
Move 'spawnifnospawn' check to home decision tree.
2011-09-09 14:23:42 +01:00
snowleo
4c6cc5ced0
Updates for banning
...
Removing the ban workaround
We might remove the ban commands completely.
2011-09-07 22:34:53 +02:00
snowleo
b828222176
CB#1089
...
B#823
2011-09-07 22:07:31 +02:00