Commit Graph

103 Commits

Author SHA1 Message Date
socram8888
4d064cb7f1 Modified Painting listener to listen for Hanging entities events instead 2013-06-15 15:46:35 +02:00
zml2008
f9e55356dc Oops 2013-06-08 21:10:51 -07:00
zml2008
3a65c67090 Bump version to 1.19.6 to match PEX 2013-06-08 21:02:14 -07:00
zml2008
e5eba603ec Get inventory item using Bukkit method. This way, if there's a problem with invalid indices it's a bukkit issue. 2013-03-17 19:54:02 -07:00
t3hk0d3
f8a976d339 Fixed spawn permission. close #59 2012-11-04 01:29:04 +04:00
t3hk0d3
eb36ff3422 Added monster egg permissions (modifyworld.spawn.<entity>, example: modifyworld.spawn.villager) 2012-10-31 23:17:12 +04:00
t3hk0d3
081dc8786f Merge branch 'master' of github.com:PEXPlugins/Modifyworld 2012-10-31 22:18:45 +04:00
t3hk0d3
12b19f134c Fixed enderchests and item dropping. close #57, close #55, close #52 2012-10-31 22:18:16 +04:00
t3hk0d3
1a2530431f Removed zeroifing damage. closing #56 2012-10-30 23:16:05 +04:00
t3hk0d3
13412e58d9 Oops 2012-08-22 23:39:32 +04:00
t3hk0d3
c62222e324 Merge branch 'master' of github.com:PEXPlugins/Modifyworld 2012-08-22 23:37:58 +04:00
t3hk0d3
712e4cea66 Fixes NPE on clicking outside inventory.
Closes #52
2012-08-22 23:37:32 +04:00
Igor Yamolov
3cc9b64d3f Merge pull request #38 from Psithief/fake-player
Attempt to fix fake-players being invincible through superperms.
2012-08-21 09:56:16 -07:00
Igor Yamolov
d1b8a73f91 Merge pull request #51 from Psithief/projectiles-2
Fixes players being able to throw items if right-clicking blocks.
2012-08-21 09:55:24 -07:00
Psithief
dbe566315d Fixes players being able to throw items if right-clicking blocks. 2012-08-21 21:40:16 +08:00
t3hk0d3
afba9cdbcd Implemented inventory permission checks - "modifyworld.items.put/take.<item>.of.<container>" 2012-08-12 01:38:41 +04:00
t3hk0d3
e2db122b8a Wait....
what the fuck?
2012-08-12 00:53:57 +04:00
t3hk0d3
cfa9de6998 Removed deprecated event handler 2012-08-12 00:39:22 +04:00
t3hk0d3
774f5695fb Bukkit 1.3.1-R1.0 2012-08-12 00:37:59 +04:00
t3hk0d3
70dc3386ce Added "modifyworld.items.hold.<item>" permission. issue #501 2012-07-30 00:31:28 +04:00
t3hk0d3
8580b6783c Version 1.19.4 2012-07-30 00:27:15 +04:00
Psithief
9492b01d97 Attempt to fix fake-players being invincible through superperms.
A Player entity that's not an actual player will always return false for permissions, making it invincible. isOnline() seems to be an adequate check to determine the difference between a real player and a fake.
2012-07-27 09:04:27 +08:00
Dion Williams
503f5a8e40 Merge pull request #35 from Psithief/patch-2
Removed extra dots for blocks.destroy and blocks.place after new entity naming system was implemented.
2012-07-26 04:27:21 -07:00
Dion Williams
510c520850 Merge pull request #41 from zml2008/fixes-1
Fix ClassCastException when an animal's tamer is an OfflinePlayer.
2012-07-26 04:22:50 -07:00
zml2008
81a6a897ef Fix ClassCastException when an animal's tamer is an OfflinePlayer. Fixes #25, #37, and #39. 2012-07-25 21:15:14 -07:00
t3hk0d3
bc8cdd2814 Modifyworld now truly independent from PEX 2012-07-05 13:59:32 +04:00
t3hk0d3
baf265ee9c Fixed double dot bug 2012-06-28 22:23:25 +04:00
t3hk0d3
40417f7fde Fixed PVP damage - now checked not only permission to deal damage to player, but also permission to take damage from player.
Might be related to issue #36
2012-06-20 02:29:56 +04:00
t3hk0d3
a8af4f9a04 Removed permission placeholder from default permission denial message 2012-06-14 01:50:37 +04:00
Psithief
66d81fda84 Removed extra dots for blocks.destroy and blocks.place after new entity naming system was implemented. 2012-06-09 15:00:54 +08:00
t3hk0d3
b26ce6491b Fixed material name for milking check ("modifyworld.bucket.fill.milk") 2012-06-08 09:49:20 +04:00
t3hk0d3
aacbeeab65 Fixed default configuration deploying 2012-06-07 18:50:08 +04:00
t3hk0d3
46464c38d0 Improvements
1) Refactoring
2) Fixed entity names (issue #26)
3) Customized messages on per-permission basis
2012-06-07 18:37:58 +04:00
t3hk0d3
7892227261 Merge branch 'master' of github.com:PEXPlugins/Modifyworld 2012-06-07 12:10:28 +04:00
t3hk0d3
7c3d4f781f Fixed and improved entity name detection. issue #26 2012-06-07 12:10:00 +04:00
t3hk0d3
09af72ede3 Version 1.19.3 2012-06-07 12:08:06 +04:00
t3hk0d3
8665f20dea Merge pull request #29 from Psithief/config-1
Updated new config.yml contents.
2012-06-05 22:29:23 -07:00
t3hk0d3
b25b59b8ee Merge pull request #27 from Psithief/projectiles
modifyworld.items.throw check implementation.
2012-06-05 22:27:44 -07:00
t3hk0d3
fbab5b30a8 Fixed "modifyworld.item.use" permission for more consistency (now its "modifyworld.items.use"). 2012-06-06 09:16:27 +04:00
Psithief
81dc9a2743 Updated new config.yml contents.
Cause 'use-material-names', 'drop-restricted-item' and 'item-use-check' to be added to new config.yml.
2012-06-06 11:43:24 +08:00
Psithief
17f1ff384d Add a items.throw check for the following: egg, expbottle, potion,
snowball. Potion has metadata - the same as normal potions do. The
splash bit does not fit in the bukkit metadata byte and we already know
it's a splash potion if it's thrown!
2012-06-05 00:03:18 +08:00
t3hk0d3
7b9daea515 Fixed "modifyworld.item.use" permission for more consistency (now its "modifyworld.items.use"). 2012-05-09 00:55:26 +04:00
t3hk0d3
d95f884c33 Added "modifyworld.items.craft.<item>" crafting permission 2012-05-09 00:54:20 +04:00
t3hk0d3
5bc755766a Added modifyworld.items.enchant.<item> permission check 2012-05-09 00:41:07 +04:00
t3hk0d3
89b084c869 Modifyworld now check permissions using superperms 2012-04-08 02:07:26 +04:00
t3hk0d3
1c4d9f44e7 Version 1.19.2 2012-04-08 02:07:21 +04:00
t3hk0d3
80451d2137 Fixed ocelots 2012-04-06 22:50:12 +04:00
t3hk0d3
6a461c1f5c Added configurable whitelist kick message option. 2012-04-06 19:56:55 +04:00
t3hk0d3
7902f42beb Updated to 1.19.1 2012-04-06 19:56:26 +04:00
Dion Williams
f11f753b8e Fix whitelist message in configuration not being used. (https://github.com/PEXPlugins/Modifyworld/issues/21) 2012-03-17 13:51:10 +00:00