Commit Graph
46 Commits
Author SHA1 Message Date
zml2008 fcb7e62cb0 Formatting. 2011-12-05 20:02:41 -08:00
zml2008 745716426f Removed some unnecessary checks and fixed compatibility with CraftBook and other plugins that load() before registering the server listener 2011-12-05 19:59:10 -08:00
zml2008 deea1f7655 Moved PermissionsResolverServerListener into PermissionsResolverManager and got rid of some unnecessary methods. 2011-12-04 19:06:41 -08:00
zml2008 daf1dde701 Moved WEPIF to the com.sk89q.wepif package and made PermissionsResolverManager a singleton
Added OfflinePlayer permissions fetching methods to WEPIF
2011-12-04 17:42:46 -08:00
zml2008 255e342353 Added enchantment support 2011-11-27 15:29:51 -08:00
zml2008 51dd7a0c9c Improved handling of valid blocks not in BlockType and added dragon egg to BlockType 2011-11-27 15:29:26 -08:00
zml2008 927cab001e Fixed a few bugs with permissions resolver loading. 2011-11-15 20:38:23 -08:00
zml2008 c29856f5a8 Added a registration method that returns information about successfully registered commands 2011-11-11 15:47:50 -08:00
zml2008 256897f473 Added seperate permissions for jumpto/thru commands and tools 2011-11-11 15:39:42 -08:00
zml2008 0a4cbd435f The permissions resolver needs to be loaded! 2011-11-10 19:36:57 -08:00
zml2008 04803de8b1 Fixed some NPE's for block types not in BlockType. 2011-11-02 22:51:48 -07:00
zml2008 d5328e34ba This might fix problems people have been having with dinnerperms. 2011-10-30 15:16:00 -07:00
zml2008andWizjany 050eef8dc7 Fixed checkLoadedChunk 2011-10-10 02:01:50 -04:00
zml2008 24056df78a Fixed config generation for Windows users 2011-10-02 01:27:52 -07:00
zml2008 ccfabd94b9 Should fix broken config generation some people have been getting 2011-09-28 19:05:47 -07:00
zml2008 3bbebcd64e Updated for Bukkit changes. 2011-09-24 15:45:49 -07:00
zml2008 3f369f104a Abstracted type detection of simulateBlockMine into BlockType. 2011-09-17 22:00:14 -07:00
zml2008 a1cf6eb6da Allow //replace to ignore from block damage values (and force them to not be ignored with the -f flag) 2011-09-17 21:50:06 -07:00
zml2008 56fd654eed Fixed bug with unclosed quotes 2011-09-17 21:10:55 -07:00
zml2008 6b3f19f857 Minor cleanup of WEPIF constructors 2011-09-07 17:56:39 -07:00
zml2008 6f1d263e16 Added getting of the Bukkit player to BukkitPlayer (for RegionBook) 2011-09-04 19:29:45 -07:00
zml2008 bc6315fb24 Fixed getting and setting of blocks in unloaded chunks 2011-08-29 17:31:08 -07:00
zml2008 02d8acfa81 Alowed performing undos from other player sessions, if they exist. 2011-08-29 14:24:46 -07:00
zml2008 a3186c2ce4 Removed old workaround from hmod 2011-08-29 14:24:46 -07:00
zml2008 93fbad4d82 Cleaned up CommandAlias a bit 2011-08-29 14:24:46 -07:00
zml2008 1562f17540 Added block damage support to //replace and //replacenear 2011-08-29 00:08:06 -07:00
zml2008 d83fed13fb Fixed 43 and 44 block data cycling 2011-08-28 20:46:54 -07:00
zml2008 04dd21d51a Added merging of quoted multiword strings (single or double quotes) into one index, flags can be anywhere in the command args string. Untested and currently unused command aliasing added for moving commands around 2011-08-28 13:00:00 -07:00
zml2008 84ed4bf4c3 Added PermissionsEx support to WEPIF. 2011-08-24 23:58:06 -07:00
zml2008 2af38feadc Added a generic injector for commands 2011-08-24 00:17:27 -07:00
zml2008 ef60fa94bf Typo fixes 2011-08-24 00:17:27 -07:00
zml2008 91b7b8444f Added pattern support to /replacenear, //walls, and //faces 2011-08-21 23:56:10 -07:00
zml2008 9e13e25760 Fixed floodfill usage 2011-08-21 23:56:10 -07:00
zml2008 3c92bd9451 Worked around brokenness in PlayerInteractEvent 2011-08-17 13:38:23 -07:00
zml2008 59ade7a386 Abstracted natural blocktype checking to BlockType.isNaturalBlock 2011-08-17 13:36:17 -07:00
zml2008 2b94ddf7ed Added flag to //smooth to only use "natural" blocks 2011-08-17 00:33:46 -07:00
zml2008 c99d64cfa0 Removed unnecessary valid block checking (already in LocalWorld) 2011-08-16 22:29:06 -07:00
zml2008 a313f2e93e Made events respect isCancelled() 2011-08-16 18:39:07 -07:00
zml2008 3f0da63b01 Fixed dinerperms groups and bridge detection. 2011-08-16 14:05:45 -07:00
zml2008 0f73533199 Fixed some more warnings 2011-08-07 01:08:40 -07:00
zml2008 cea080e7c7 Added Nijiperms bridge detection, allowing DinnerPerms to no longer conflict with everything else by default. 2011-08-07 01:00:48 -07:00
zml2008 266f272d88 Moved WEPIF config to a global config file. Permissions configured per-plugin are not migrated to the global config. 2011-08-06 00:35:40 -07:00
zml2008 37f8b8927a Made getGroups() work properly for nijiperms. 2011-08-04 21:58:14 -07:00
zml2008 9343b3d1a8 Changed the DinnerPerms priority to not be overridden by permissions bridges 2011-08-01 21:10:13 -07:00
zml2008 cb7ec82905 Added DinnerPerms support to WEPIF 2011-08-01 21:02:15 -07:00
zml2008 2efa37f0b2 Fix for bukkit note block changes 2011-07-31 22:11:45 -07:00