Commit graph

157 commits

Author SHA1 Message Date
Jascha Starke
9a6d57f2e2 Better Border-Check for collapsed regions 2013-09-15 18:35:56 +02:00
Jascha Starke
64eda8f1bd CommandBlocker ignore case 2013-09-15 15:04:59 +02:00
Jascha Starke
58742ee775 Permission node description line breaks 2013-09-14 23:10:23 +02:00
Jascha Starke
727b4914f3 Release 2013-09-14 16:25:44 +02:00
Jascha Starke
8e9dcd59f8 Reintegrated AuthMe Inventory-Events 2013-09-14 15:13:53 +02:00
Jascha Starke
57ad7aaa8d Fixed #146 by reverting event priority f*ckup 2013-09-14 14:30:09 +02:00
Jascha Starke
db97f869d7 Ticket #146 (possible fix)
- MultiWorld World GameMode support
 - EventPriority onGameModeChange fix
2013-09-14 13:53:49 +02:00
Jascha Starke
7385478e13 Small-Improvements
- Better .command-Permission documentation
 - JUKEBOX blocked by default
 - ignoreCancelled PlayerInteractEvent
2013-08-29 14:20:57 +02:00
Jascha Starke
b32b0109f0 BlockState-Improvements:
- Performance by using Metadata
 - Explosion checks
 - Disable Survival Database store.
2013-08-29 14:19:59 +02:00
Jascha Starke
23983ea6ad Missing file causing startup error 2013-08-17 00:32:48 +02:00
Jascha Starke
df373ab64c Fixed BlockState-Command documentation 2013-08-12 16:27:02 +02:00
Jascha Starke
77713a64ba plib 1.1 2013-08-12 15:57:02 +02:00
Jascha Starke
4d7507c557 ItemFrame support in BlockState
Reworked DocComments for plib-1.1
2013-08-12 15:50:05 +02:00
Jascha Starke
cdcf18cda5 Added entityInteract-limitation on region border 2013-07-31 14:27:04 +02:00
Jascha Starke
a622d4e405 WorldGaurd Typo-Fix (/lcr command) 2013-07-30 21:34:22 +02:00
Jascha Starke
93ee72e2c6 Fixed maxFallingHeight-Configuration Setting and added -1 to disable 2013-07-30 08:44:22 +02:00
Jascha Starke
aab42fcdca German Translation
and en. Localization fix
2013-07-29 12:25:24 +02:00
Jascha Starke
a33c4d4c51 New Inventory-Blocking, that doesn't require horse blocking any longer.
Can be bypassed with a dynamic permission (see http://dev.bukkit.org/bukkit-plugins/limited-creative/pages/permissions/#w-additional-dynamic-permissions)
2013-07-29 10:22:39 +02:00
Jascha Starke
58a092267a Riding animals buck off the player now on gamemode change 2013-07-29 08:47:25 +02:00
Jascha Starke
5d7dee727b Reworked DocComments for Better LineEnding parsing 2013-07-29 00:12:47 +02:00
Jascha Starke
cf028eb2dd Added XP-removing on drop prevention 2013-07-28 21:13:14 +02:00
Jascha Starke
b823dc24a1 BlockState-Command
BlockState loading fix
BlockState piston bypass prevention
Loading without WorldEdit dependency fix
2013-07-28 20:23:43 +02:00
Jascha Starke
86eeceb450 Added MCStats Metrics. Can be disabled together with Piwik,
or like descriped at http://mcstats.org/learn-more/
2013-07-28 11:07:27 +02:00
Jascha Starke
e7a794add7 WorldEdit Intergration for remember BlockState
(Should work with LogBlock, untested)
2013-07-27 17:44:30 +02:00
Jascha Starke
614a3e9007 Readded BlockState-Permission to plugin.yml 2013-07-27 00:28:59 +02:00
Jascha Starke
61cb058575 BlockState: Module Load fixed
BlockState: Config default disabled
2013-07-27 00:25:39 +02:00
Jascha Starke
1ef29ff8e6 Readded EXPERIMENTAL BlockState Feature with reworked DB. Merged from
branch 'remember_blocks'
2013-07-27 00:01:26 +02:00
Jascha Starke
1fbd0e14cf Complete switch from eBean to plib DBAL 2013-07-26 23:30:57 +02:00
Jascha Starke
54a0eb2224 Fixed Possible config updrade NPE 2013-07-26 18:21:26 +02:00
Jascha Starke
3cc2d3999f Fixed bukkit-version difference to plib 2013-07-26 17:34:16 +02:00
Jascha Starke
40233364aa Fixed ItemStack as Creative-Armor 2013-07-26 17:02:01 +02:00
Jascha Starke
536c5bfdcb Database-Rework 2013-07-26 17:00:47 +02:00
Jascha Starke
52dea4a793 Horse added to default config 2013-07-23 15:22:46 +02:00
Jascha Starke
0f2a978f75 New Limitation Features
to fix: #108/#121
Fixed #125
2013-07-02 11:43:13 +02:00
Jascha Starke
a013db180e removed block perm state 2013-04-27 11:15:41 +02:00
Jascha Starke
328929fb3f Removed not usable experimental feature 2013-04-20 10:35:53 +02:00
Jascha Starke
3a4f8a844b Default disabled experimental broken feature 2013-04-20 10:11:00 +02:00
Jascha Starke
73285de3c7 BlockState config description 2013-04-01 22:47:38 +02:00
Jascha Starke
d7280f6d69 Fix for #110 (NPE for empty BlackList-String-Entry) 2013-04-01 22:42:21 +02:00
Jascha Starke
76147c3c52 Merge branch 'remember_blocks' 2013-04-01 22:20:31 +02:00
Jascha Starke
85a0008fbe Improved tool usage 2013-04-01 22:19:58 +02:00
Jascha Starke
90cc0d0ccf Creating a block-database to store the gamemode of all created Blocks 2013-03-29 13:44:53 +01:00
Jascha Starke
7be648f552 Late loading/unloading of conflicting/depended plugins now disables the related modules
The opposite (if dependency are fixed again) is not implemented. A full server reload is required to re-enable the modules. (A reload with PluginManager works to, but is not recommended)
2013-03-29 11:14:10 +01:00
Jascha Starke
467653891f reverted chest recognition for beacon and enderchest 2013-03-28 09:46:03 +01:00
Jascha Starke
071279ff02 Fix for Ticket #102 (missing dependency -> NoClassDefFoundError) 2013-03-25 17:51:01 +01:00
Jascha Starke
ee0a78a2fe Experimental Feature: Per GameMode Permission (Vault, Perm-Groups)
Readme update
Removed dep. provided by plib
2013-03-24 22:26:53 +01:00
Jascha Starke
aa13a91c2c TinyUrl for config description link 2013-03-23 19:26:13 +01:00
Jascha Starke
694bde416e Removed unused dependency 2013-03-23 19:23:53 +01:00
Jascha Starke
4f11a2d604 Merge branch 'master' into plib 2013-03-23 19:07:50 +01:00
Jascha Starke
f688a2baed Merge branch 'master' into plib 2013-03-23 19:03:15 +01:00