Commit graph

236 commits

Author SHA1 Message Date
e4548069dc
Update dependencies 2020-07-27 16:24:42 +02:00
3f9c2b99f9
Version update 2019-09-21 16:28:47 +02:00
6d5f42b2a5
Added ReflectionStorage (mostly version-independent)
(Started on 2019.08.29.)
This means it supports 1.14.4
It automatically falls back to the previous storage if the newer version is not found
2019-09-21 16:14:58 +02:00
14bdf0ebe0
Updated WorldEdit and WorldGuard to 7.0.0
It doesn't work without them atm because it tries to load a class from them
2019-08-28 23:29:40 +02:00
24ed3393d3
Giving 30 seconds max for the thread
The plugin will wait 30 seconds and if the thread is still alive then it interrupts the thread which should instantly end the loop.
Also other fixes
Also notifying all threads that could wait on the queue, though it should be the only 1 BS thread
2018-10-04 00:34:00 +02:00
cd7b7a550d
Might have fixed the stop delay
The theory is the following: multiple BS threads were created, one for each chunk, which caused long locks. If this isn't the case, I don't know what is.
#2
2018-08-31 17:08:06 +02:00
b84ecf8545
Added conversion in DB 2018-06-30 16:28:32 +02:00
ecaecd4136
Added name to UUID conversion 2018-06-27 21:59:12 +02:00
362d1d823c
Small fixes, ready to go 2018-06-27 17:53:04 +02:00
b8d21657ce
Merge remote-tracking branch 'remotes/origin/spigot-1.9'
# Conflicts:
#	pom.xml
#	src/main/java/de/jaschastarke/minecraft/limitedcreative/FeatureMetrics.java
#	src/main/java/de/jaschastarke/minecraft/limitedcreative/blockstate/worldedit/LCEditSession_LogBlock.java
#	src/main/java/de/jaschastarke/minecraft/limitedcreative/limits/PlayerListener.java
2018-06-27 13:42:29 +02:00
d7e4eafc4d
Fixed thread stop & metrics fix
The thread will be restarted automatically after an error
2018-06-27 00:14:09 +02:00
f2af77b9b7
Resolved compile errors, LB removed
LogBlock support removed
2018-06-26 21:28:36 +02:00
pickernickel
8c1240cc24 Use UUID instead of player name. 2016-05-23 22:42:52 -05:00
pickernickel
05d37326e0 Circumvented some deprecated API usage. 2016-05-22 04:35:52 -05:00
pickernickel
b2e154be45 Slime block compatibility. 2016-05-18 03:34:19 -05:00
Jascha Starke
8cfc3b7f01 Spigot 1.9 Update 2016-03-02 22:47:46 +01:00
Jascha Starke
1efdf717b5 Incomplete Spectator-Support 2016-03-02 19:57:25 +01:00
Jascha Starke
256f165622 Spectator, chestOpen ^ Inventory
* Support for Spectator-Mode (always gets creative Inventory)
* Prevent Attack across Region borders
* chestOpen now allows Inventory again, to make /inv addons possible
* Placing into creative regions should now be handled again (survival regions may bugged? but no one uses them at all, or?)
2015-05-11 20:15:11 +02:00
Jascha Starke
d010249107 Spigot 1.8: Armor Stand Support (Somehow. Spigot Implementation is Buggy) 2015-04-11 14:09:41 +02:00
Jascha Starke
7b72e1d5cf WorldEdit 6.0 2015-04-11 01:47:40 +02:00
Jascha Starke
87cde8e182 WorldEdit 6.0 2015-04-11 01:36:58 +02:00
Jascha Starke
acb0717644 Spigot 1.8: More deprecation 2015-04-11 00:03:42 +02:00
Jascha Starke
648ef2070e Spigot 1.8.3-Update
+ Moved Metrics
+ Temporary disabled Worldedit-Integration
2015-04-10 23:02:32 +02:00
Jascha Starke
c387bcbf55 Spigot 1.8 compatibility
* 1.8 Spigot API
* 6.0 WorldGuard
2014-12-01 22:18:54 +01:00
Jascha Starke
47fb0e137a Quick-Hack: Disable WorldEdit-Integration for Performance-Reason 2014-01-04 21:03:31 +01:00
Jascha Starke
06e08c630e BlockState Hanging Punch in 1.7.2 2013-12-09 23:07:44 +01:00
Jascha Starke
8a76616969 Config Reload of cached lists 2013-12-09 22:14:17 +01:00
Jascha Starke
8c9be4f1f4 WorldEdit in transaction. (Better WE Performance with BlockState)
A special cookie for LordSaad, yummi.
2013-11-08 11:57:36 +01:00
Jascha Starke
aba6bf354d NPE-Fix for syncronized explosions 2013-11-07 08:43:35 +01:00
Jascha Starke
010c0434c4 Added /lc reload to command list 2013-11-06 09:44:40 +01:00
Jascha Starke
dfb289fdd9 Removed temporary sysouts 2013-11-04 16:45:20 +01:00
Jascha Starke
808b50fb61 CoreProtect WE-Integration support 2013-10-29 13:09:17 +01:00
Jascha Starke
fcb1e92f90 Give blockstate thread more time before warning 2013-10-26 20:33:54 +02:00
Jascha Starke
f545debb97 ItemFrame (Hanging) Handling 2013-10-26 18:19:35 +02:00
Jascha Starke
2477ec8f81 Workaround PlayerInteract with Air Event Bukkit-issue (eye of ender, etc.) 2013-10-26 14:49:26 +02:00
Jascha Starke
a1a041fc36 Add Eye of Ender to default use block 2013-10-26 11:00:41 +02:00
Jascha Starke
135fd5d9f8 Fixed config Defaults 2013-10-21 15:40:33 +02:00
Jascha Starke
31e5d5d6db Version-Number-Increase 2013-10-21 08:58:35 +02:00
Jascha Starke
e060fd359e Removed AuthMe3-Integration on Xephis explicit wish...
.. as everything now is handled by AuthMe without issues
2013-10-21 08:49:42 +02:00
Jascha Starke
175d399384 Give threaded startup 30s before warning about queue size 2013-10-19 18:11:16 +02:00
Jascha Starke
4498d8343f Slimmer BlockState-Database
- Default logSurvival to false
 - "/lcbs cleanup" command to delete survival items, with logSurvival: false

Rename TabCompletion
2013-10-19 16:29:40 +02:00
Jascha Starke
814c848e53 Official md5 LogBlock-Repository 2013-10-17 23:00:42 +02:00
Jascha Starke
57453ffce1 MethodContainer-TabCompletion, README-Update 2013-10-17 21:57:48 +02:00
Jascha Starke
9b3617ecba AuthMe 3.0 Support 2013-10-17 20:29:21 +02:00
Jascha Starke
18b90dedc9 TabCompletion for commands 2013-10-17 16:50:32 +02:00
Jascha Starke
2957233fbf BlockState-DB Migration: Import from CreativeControl
Limit-Config: Remove button/level default
2013-10-15 23:09:28 +02:00
Jascha Starke
9eba342758 Syncronized Update non-cached state fixed 2013-10-15 22:59:35 +02:00
Jascha Starke
65a50d30c0 Release 2.1
- Prevent Drops of Killed Mobs
 - Prevent Minecart-Drops (when TrainCarts is installed)
2013-10-13 23:04:57 +02:00
Jascha Starke
8e3b771d61 Fix of pickup-Permission 2013-10-05 14:16:00 +02:00
Jascha Starke
9275b9b4a5 Module reload fix, Better Thread-Performance-Warning 2013-10-01 16:58:01 +02:00