boy0001
0ba838b16b
Minor tweaks
...
- SBQ unsanitized input
- plotme conversion tweaks
- schematic default output directory
- increment version number
2015-08-30 16:19:35 +10:00
boy0001
552ace359a
Feedback for failed uploads + fix plot list done
2015-08-28 09:51:59 +10:00
boy0001
5acd9c5143
Download requires done
2015-08-28 09:50:44 +10:00
boy0001
1872e147cb
WE delayed command execution + fix SBQ notify
2015-08-26 12:02:00 +10:00
boy0001
6ca6880917
New features + fixes
...
Fixed a very specific case of IC world not loading with multiverse every
second startup
Fixed chunks not being sent for plot clearing (although it was being
sent for other thing) Fixes #554
Added fast experimental sudo-async worldedit processor
2015-08-25 09:01:45 +10:00
boy0001
79b16b8040
ChunkProcessor auto trim and chunk unloading
...
- The auto trim drastically reduces the cost of players exploring on
speed 10, as it prevents chunks of unowned plots from saving to disk
when the chunk is unloaded
- It is recommended to disable world auto saving, or also enable the
chunk processor GC, as otherwise minecraft will also save chunks as they
are loaded.
2015-08-24 03:29:59 +10:00
boy0001
83b1be8944
revert this
2015-08-21 19:24:20 +10:00
boy0001
b063494955
Redstone, chunk sending, reload fix, chunk unloader,
...
- Added redstone disabler when no players are in the plot
- Fixed chunk sending leaving ghost blocks
- Fixed reloading not populating new values
- Added chunk unloader to chunk processor (decreases memory usage)
2015-08-21 04:54:42 +10:00
boy0001
d0605b9b55
Fixes
...
Fixes #556
Fixes #540
Fixed plot analysis being slow
Fixed auto updating
2015-08-20 14:56:25 +10:00
boy0001
be94aa53d3
Option for building restriction on finished plots
2015-08-19 06:44:32 +10:00
boy0001
b059de5098
Several changes:
...
- Several API improvements
- persistent WorldEdit bypass toggle
- persistent plot chat toggle
- Plot BO3 exporting (useful f
- Fix fastmode clearing unclaim border
- Add player-interact flag for NPC interaction etc. Fixes #543
- Several fixes for sponge
- some code cleanup
- Closes #529
2015-08-18 23:20:11 +10:00
boy0001
ccbd2ab30f
Sponge stuff + done flag
2015-08-14 08:52:31 +10:00
boy0001
393a85c1bc
Done flag
2015-08-14 03:22:32 +10:00
boy0001
e28c68ee74
Fixes #524
2015-08-09 19:58:29 +10:00
boy0001
a4f8292f04
Fix command duplication
2015-08-01 15:16:34 +10:00
boy0001
9b5958da31
Fixes #467
2015-08-01 04:31:50 +10:00
boy0001
6f90700187
Plot info footer
2015-07-31 19:46:07 +10:00
boy0001
0667e885de
Some fixes
2015-07-31 15:40:53 +10:00
boy0001
e1dad77d8f
Fixing some more things
2015-07-31 00:25:16 +10:00
boy0001
89e3bd97f0
Nothing is implemented, but it can compile and "run" on sponge now.
2015-07-28 21:38:49 +10:00
Sauilitired
3a15254d8d
-m \'So I hear you like commits ...\'
2015-07-27 19:50:05 +02:00
boy0001
955fa674d0
Fixing some stuff after testing
2015-07-28 03:28:39 +10:00
Sauilitired
86777a2fc2
Starting the remake of /plot help
2015-07-27 17:37:21 +02:00
boy0001
5a98c5410e
CommandCaller
2015-07-28 01:14:38 +10:00
boy0001
a39ec22c8c
commit
2015-07-27 23:10:14 +10:00
boy0001
393a5bffd5
StringMan instead of StringUtils
2015-07-27 04:38:08 +10:00
boy0001
08cc8c58f2
Fixes #459
2015-07-26 14:11:18 +10:00
boy0001
c0101695c6
Schematic stuff
2015-07-25 03:37:46 +10:00
Sauilitired
2a52ad4702
Huge UUID Update.
2015-07-24 16:06:58 +02:00
boy0001
d09dbee3c7
Optimizations to schematic loading / pasting -> ~10,000,000 bps
...
The downside is it completely ignores entities and such, so WorldEdit is
the way to go if you need precision but don't care for large sizes or
speed.
2015-07-23 02:33:30 +10:00
Sauilitired
4b543fba7a
Improved plot debugpaste
2015-07-19 16:18:46 +02:00
boy0001
9c635810b0
Multiple changes
...
Working on async schematic saving
Default plot clearing is now properly async (and somewhat slower)
Offline mode servers now default to lowercase (there has been ample time
to update)
Fixed some issues with plot expiry
Fixed some issues with UUID caching
Optimized UUID fetching from cache (marginal)
2015-07-19 23:12:48 +10:00
boy0001
404933c3a7
Fixes
...
Fix plot time / gamemode on teleport to another plot.
Fix gamemode bypass on plot leave
2015-07-19 14:52:59 +10:00
Sauilitired
514cb8134a
Added DebugPaste command, to upload settings.yml and latest.log
2015-07-18 19:18:15 +02:00
boy0001
ea8f026105
Fixes
...
Fixed plot clearing on sub chunk sized plots
Optimized chunk generation
Fixed several messages including setup having incorrect replaced args
2015-07-19 03:04:10 +10:00
Sauilitired
1723d8266b
Add plot descriptions & hide reserved flags from /plot info
2015-07-18 16:49:13 +02:00
boy0001
6907f1c447
clean imports
2015-07-18 22:21:36 +10:00
boy0001
12453e0f6c
Merge remote-tracking branch 'origin/master'
...
Conflicts:
src/main/java/com/intellectualcrafters/plot/listeners/PlayerEvents.java
2015-07-18 21:21:38 +10:00
boy0001
31eee609a6
Fixes #418 Fixes #417 Fixes #408
2015-07-18 21:18:45 +10:00
Sauilitired
bc7703ac33
Add blocked-cmds flag :D
2015-07-18 13:10:38 +02:00
Sauilitired
9bd019399a
Fixes #163
2015-07-18 10:47:35 +02:00
Sauilitired
757e502b14
Fixes #373
2015-07-18 10:26:55 +02:00
boy0001
a7cd8d995e
More plot analysis + made it more obvious that plot listing is interactive
2015-07-18 15:02:44 +10:00
boy0001
30b5d89dde
More plot analysis
2015-07-18 02:50:40 +10:00
boy0001
b2fbd74d4b
Fixes #419 , among other things
2015-07-17 20:48:13 +10:00
boy0001
02120e7692
Fixed #399
2015-07-17 00:44:33 +10:00
Sauilitired
cff47cbac0
Move all files! Hahah
2015-07-16 16:16:16 +02:00