Commit Graph

124 Commits

Author SHA1 Message Date
games647 0917a6b4d6 Fix 1.12 support (Fixes #119) 2017-06-24 20:17:26 -07:00
zml 28718bb5f1
Update pom for more recent dependency versions 2016-03-02 01:18:15 -08:00
zml fa508d8a31 Add PEX repo to pom 2014-06-07 15:11:41 -07:00
zml 52be6f2393 Depend on a more recent version of PermissionsEx 2014-06-07 14:36:56 -07:00
zml eb1f2575c6 Merge pull request #93 from socram8888/master
Fix check-metadata option
2014-06-05 14:25:23 -07:00
Marcos Vives Del Sol a45277c41e Initialize check-metadata option 2014-06-04 15:41:09 +02:00
Marcos Vives Del Sol 29618e90ea Fix check-metadata option 2014-06-04 14:27:36 +02:00
zml b0c6161f84 Initial support for localization
Currently only the main config is localized, but eventually all
messages will be localized

@t3hk0d3 should start working on a russian translation
2013-09-02 16:50:53 -07:00
zml 2e0cc645c7 Set inform-players to true by default 2013-09-02 13:52:13 -07:00
zml cb6a079284 Begin development on v1.20 2013-08-31 13:26:36 -07:00
zml 3d21de6349 Version 1.19.7 2013-08-31 13:20:05 -07:00
zml 86b6d12c01 Use Vault to get message options, bump to 1.19.7-SNAPSHOT 2013-08-31 13:19:20 -07:00
zml 0bfc70e98a Check that animal owner is not null before name-based permission check 2013-08-28 20:27:25 -07:00
zml2008 fe91279f9e Merge pull request #74 from HACKhalo2/patch-1
Make sure ModifyWorld 1.19.6 is using PEX 1.19.6 to compile against
2013-07-23 07:43:20 -07:00
Jacob Litewski bb6e8c6544 Make sure ModifyWorld 1.19.6 is using PEX 1.19.6 to compile against 2013-07-22 00:01:47 -04:00
zml2008 9697e148d3 Merge pull request #72 from daboross/patch-2
Allow Modifyworld to run without PEX being present
2013-07-13 14:20:58 -07:00
Dabo Ross 6bcdefe34b Fix ClassDefNotFoundError when using ModifyWorld without PermissionsEx.
Fix what I broke before.
2013-07-12 22:41:59 -07:00
zml2008 f8f66e7dce Revert "Merge pull request #70 from daboross/patch-1"
This reverts commit 1e30b805c2, reversing
changes made to 45661e2c17.
2013-07-12 19:33:30 -07:00
zml2008 1e30b805c2 Merge pull request #70 from daboross/patch-1
Catch a ClassNotFoundException when PermissionsEx doesn't exist
2013-07-12 19:25:09 -07:00
Dabo Ross 904b18c0b7 Catch a ClassNotFoundException when PermissionsEx doesn't exist
I was getting a ClassNotFoundException in this code when using ModifyWorld without PermisisonsEx. This code catches that exception.
2013-07-09 20:36:32 -07:00
zml2008 45661e2c17 Merge pull request #69 from socram8888/master
Updated hanging entities listener
2013-06-15 06:59:25 -07:00
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