MattBDev
8b0e59209c
Remove getServerName()
2016-07-05 23:43:08 -04:00
MattBDev
ca8b82dcbe
Version Bump
2016-07-05 23:39:38 -04:00
MattBDev
cf5d2a5e86
Entity Fix and Gradle changes
2016-07-01 17:13:49 -04:00
MattBDev
5b9dc59abf
Updates to docs, code style tweaks, and some code optimizations
2016-06-23 20:12:17 -04:00
Jesse Boyd
f5e7d08ace
Allow duplicates after 5s
2016-06-19 16:14:13 +10:00
Jesse Boyd
c2f10a7065
Update desc for debugpaste
2016-06-19 13:44:14 +10:00
Jesse Boyd
600d060b6e
Fix sponge compile issue
2016-06-17 22:05:06 +10:00
Jesse Boyd
b2997b7c7b
Don't send duplicate messages
2016-06-16 10:31:33 +10:00
Sauilitired
5b103d49c0
Fixes #1171
2016-06-16 02:08:01 +02:00
Jesse Boyd
4f0ede646e
Chat / Merge blocks placer / generator
2016-06-13 14:47:50 +10:00
MattBDev
482f4d6815
Modify Setting and Storage class names.
2016-06-10 13:00:34 -04:00
MattBDev
8fe381d098
Fix SpongeCommand
2016-06-08 19:06:07 -04:00
Jesse Boyd
237a0d8b6b
Always cache * uuid
2016-06-05 20:11:02 +10:00
Jesse Boyd
951a6b82a2
simplify config / multiple expiry tasks / block cache fix
2016-06-05 17:28:43 +10:00
MattBDev
70aaa984e2
Documentation and Flag Changes.
2016-06-04 17:19:37 -04:00
Jesse Boyd
ca5d3a818b
PlotBlock cache / events / flags
2016-06-04 06:20:13 +10:00
MattBDev
0147690eba
Make Sponge compile
...
It doesn't work but it allows the project to compile.
2016-06-02 19:38:35 -04:00
MattBDev
da58c7b411
Beautify code
2016-06-02 11:38:47 -04:00
MattBDev
f21d159911
Various fixes and tweaks.
2016-06-01 16:50:35 -04:00
Jesse Boyd
85055320c2
Merge pull request #1134 from manuelgu/feature/componentevent
...
[WIP] Implement PlotComponentSetEvent
2016-05-28 09:13:04 +10:00
Jesse Boyd
b5cc6eeb0c
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# Sponge/src/main/java/com/plotsquared/sponge/SpongeMain.java
2016-05-28 08:45:35 +10:00
manuelgu
4078f0708b
Proper javadoc for event
2016-05-28 00:29:27 +02:00
Jesse Boyd
28a5c9f597
Remove pre-init logging
2016-05-28 02:01:50 +10:00
MattBDev
cc2d99849b
Optimizations and javadoc tweaks
2016-05-26 09:19:38 -04:00
manuelgu
ceb8fb9fa3
Implement PlotComponentSetEvent
2016-05-25 21:49:55 +02:00
MattBDev
e2182260d9
Fix Sponge Errors
2016-05-21 12:55:06 -04:00
MattBDev
6f26e42251
Fix Sponge Errors
2016-05-21 12:54:50 -04:00
MattBDev
13b7a798e6
ignored exception
2016-05-21 11:54:00 -04:00
Jesse Boyd
4ceb54b566
Add logger
2016-05-22 00:47:14 +10:00
MattBDev
dc4776d16b
Sponge changes.
2016-05-21 10:39:06 -04:00
Jesse Boyd
82e162ae00
*
2016-05-20 03:29:51 +10:00
Jesse Boyd
75c7fe969c
Fixes #1008
2016-05-19 18:20:23 +10:00
Jesse Boyd
78796ca7b4
Fixes #1117
2016-05-19 18:09:12 +10:00
MattBDev
0958b57e46
Tidy code.
2016-05-12 17:09:35 -04:00
MattBDev
a4647b05e2
Fix #1011
2016-05-10 14:24:02 -04:00
MattBDev
421203a27d
Bug Fix and Cleanup
2016-04-29 18:14:12 -04:00
MattBDev
8f3d35bca3
Bug Fix and Cleanup
2016-04-28 16:38:51 -04:00
MattBDev
669359cd37
General changes
2016-04-26 10:14:22 -04:00
MattBDev
74ed10c376
Completed and ready to test
2016-04-22 23:46:16 -04:00
MattBDev
aaf9511673
Start implementing new Flag system.
2016-04-22 23:46:16 -04:00
MattBDev
d49de5297b
Tweaks
2016-04-05 23:50:04 -04:00
MattBDev
9c81dfa5c3
Cleanup and Optimizations
...
Abstracted TitleManagers
Removed a lot of Statics.
ETC.
2016-04-05 12:53:40 -04:00
MattBDev
95c9fd01dd
Merged
2016-04-04 12:49:11 -04:00
Jesse Boyd
dffa00858d
More than 2 lines
2016-04-02 17:15:36 +11:00
MattBDev
4ebd778c62
Optimizations and a purge fix
2016-04-02 01:30:26 -04:00
MattBDev
8243e0118a
Optionals introduced, code cleaned, potential purge fix
2016-04-01 19:14:46 -04:00
Jesse Boyd
b909792d6a
typo in disable titles
2016-04-01 06:54:28 +11:00
Jesse Boyd
4a7112a0a5
Various
...
Add some 1.9 blocks to chest content with schematic paste
Restructure tileentity placement from schematic (will soon add signs
etc)
Prepare for release 3.3.3
2016-04-01 04:23:26 +11:00
Jesse Boyd
edd18a7178
Various
...
- Fix some block change issues (for some reason sending a chunk would
sometimes reset any recent changes)
- Send chunk changes for relight command
- Have kick cmd kick the player from the server if they are kicked from
the spawn plot
- Plot size checks for downloading
- Fix some potential integer overflow issues for large plots (>64K x
64K)
- Fix some edge cases for plot move/copy
2016-03-31 20:49:00 +11:00
MattBDev
31d346a587
Minor code cleanup
...
Plus an optimization
2016-03-29 17:00:07 -04:00