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
Jascha Starke
fbcaf5f4f9
v2.0-3:
...
- Fixed #94 Minecart with Hopper
- Fixed #97 pickup-Config option
- Fixed #98 Region-Feature disabled failure
- Fixed reload-command
- Added entity interaction prevention (for #94 )
2013-03-23 17:59:14 +01:00
Jascha Starke
89318a3658
Going for 1.5
...
Fixed missing strings
Fixed region interact
2013-03-20 21:33:52 +01:00
Jascha Starke
670908dc6a
Missing commit
...
Cleanup (esp. Translation)
Fixed modules late load (confrom config cmd)
Optional GameMode per Region
2013-03-20 17:11:32 +01:00
Jascha Starke
cf9449aae5
base region general working
2013-02-10 22:12:31 +01:00
Jascha Starke
414a02f77c
cleaned up pom
2013-02-10 10:15:40 +01:00
Jascha Starke
60216d4067
Relocated MVN-Repo & CI
2013-02-10 10:07:53 +01:00
Jascha Starke
9ae49877ee
repo deploy
2013-02-09 23:03:31 +01:00
Jascha Starke
fb62cc0545
fixed pom again <.<
2013-02-09 21:17:53 +01:00
Jascha Starke
3072aae358
POM fix
2013-02-09 20:34:24 +01:00
Jascha Starke
cd9dce04c5
Implemented (non functional) Regions
2013-02-09 20:09:57 +01:00
Jascha Starke
729c186b75
Better Configuration implementation and better working Limit Features
2013-02-05 21:04:05 +01:00
Jascha Starke
0d0a9bfaba
Base impl. Feature Limits
2013-02-01 22:25:43 +01:00
Jascha Starke
fd2314953b
Metrics config command hint
2013-01-29 23:20:25 +01:00
Jascha Starke
5078df241e
v1.4.7b:
...
- Metrics to monitor plugin usage
- Region Safemode: http://dev.bukkit.org/server-mods/limited-creative/tickets/81-getting-out-of-creative-region-with-creative/
2013-01-29 22:31:01 +01:00
Jascha Starke
dbce96a5ac
Directory restructure (maven recommended layout) for Unit-Tests
2013-01-23 16:31:33 +01:00
Jascha Starke
de57c93844
Working commands
2013-01-22 18:38:48 +01:00
Jascha Starke
771d2a01f9
Neary full functional Inventory module.
2013-01-20 13:15:34 +01:00
Jascha Starke
672befc658
Working Inventory-Feature with some basic configuration
2013-01-18 22:51:08 +01:00
Jascha Starke
8cfb65365a
Updated Version number
2013-01-18 09:02:01 +01:00
Jascha Starke
8afab9c603
- added Enchantment-Tables to blockbenches
2013-01-18 09:00:04 +01:00
Jascha Starke
c85a541b92
Multiverse-Inventories compatibility disable
2013-01-16 15:00:38 +01:00
Jascha Starke
f80a88174c
Complete rewrite beginning:
...
- removed any old implementation
- basic modul setup
- using new hook system
2013-01-16 12:33:14 +01:00
Jascha Starke
6856c6d95a
v1.4.6c:
...
- added Beacon to List of chested items (like enderchest)
2013-01-15 08:42:22 +01:00
Jascha Starke
2501aed96a
Working plugin yml generation
2013-01-13 14:40:32 +01:00
Jascha Starke
6ff79cfc9e
v1.4.6b:
...
- Support AuthMe Inventory-Events:
* So login and logout _should_ never again f*ckup inventories
2013-01-12 14:52:29 +01:00
Jascha Starke
9773ce0343
fixed authme maven dep.
2012-12-22 23:28:28 +01:00
Jascha Starke
4bbc6a38c4
v1.4.6a:
...
- Moved Maven repository to automatic jenkin-build-repo by cloudbees (free hosting)
- Removed Unsafe storage item serialization as it is now more complex than i'd like to manage manually
* (restoring should still work, so no inventory loss)
2012-12-22 23:14:14 +01:00
Jascha Starke
7a471ea05e
Fixed a java backward compatibility issue, to use jenkins maven build
2012-12-15 14:34:56 +01:00
Jascha Starke
a53962804f
Fixes missing dep. for maven clean build with jenkins
2012-12-15 12:21:15 +01:00
Jascha Starke
679978a561
v1.4.5b:
...
- fixed localization encoding (again)
- Bench-Block now also blocks Villagers and Anvils
- Interacting with specific blocks is now also blocked cross regions
2012-12-07 20:03:15 +01:00
Jascha Starke
e726509472
Tag Serialization:
...
- Store and restore names (only in Unsafe save)
2012-12-07 18:29:03 +01:00
Jascha Starke
f0e6e853a6
v1.4.0b:
...
- Fix: CmdBlocker not active in survival mode
2012-11-20 09:09:16 +01:00
Jascha Starke
d09306a9b7
experimenting...
2012-11-20 08:41:41 +01:00
Jascha Starke
0587d6a6b7
Converted Permission-Nodes, but missing translation for now
2012-11-15 22:00:57 +01:00
Jascha Starke
251de6aa5c
v1.4.0a:
...
- Fixed Permissiond description
2012-11-13 00:06:18 +01:00
Jascha Starke
a9bce7ae2a
v1.4.0:
...
- Fixed german translation encoding
- Changed default of config-option regions.remember to not confuse new
users whose gamemode is changed in a region by other plugins
(MultiVerse can be a pain)
2012-11-12 23:31:02 +01:00