SteamWar/BauSystem
Archiviert
13
0
Commit graph

343 Commits

Autor SHA1 Nachricht Datum
jojo
e4f874a4bb Optimize Code
Add Version Dependant Call for water check
Remove TraceShowManager argument parsing
Remove ReflectionUtils.java
Remove BauSystem comments
Move RoundedTNTPosition
Move TNTPosition
Fix Advanced
Simplify Basic.createEntity
2020-12-27 00:13:20 +01:00
jojo
7da829eae5 Add Debug info 2020-12-26 23:37:10 +01:00
jojo
83d1570efb Fix Update Points 2020-12-26 23:15:02 +01:00
jojo
c54980399a Remove UpdateEntity_12.java
Remove UpdateEntity_15.java
Simplify TraceEntity_12
Simplify TraceEntity_15
2020-12-26 23:11:08 +01:00
jojo
f8d69deaa3 Update versioned dependant code to new SpigotCore version dependant calls 2020-12-25 23:25:09 +01:00
jojo
d332977a1d Fix Trace auto messages 2020-12-25 23:08:59 +01:00
jojo
8f35724d72 Simplify TNTTracer_12 and TNTTracer_15
Simplify TraceEntity_12 and TraceEntity_15
Simplify UpdateEntity_12 and UpdateEntity_15
Add TNTPosition.previousLocation
Fix CommandTrace messages for argument 'auto'
Remove Experimental
2020-12-25 23:01:08 +01:00
jojo
2a796d710f Add Recorder record first position 2020-12-25 22:35:35 +01:00
jojo
0864b1bc92 Add Experimental 2020-12-25 22:26:35 +01:00
jojo
dee5d9598d Fix Advanced Tracer 2020-12-25 21:58:55 +01:00
jojo
62d223b470 Simplify TNTPosition 2020-12-25 18:49:35 +01:00
jojo
5a881be746 Simplify Advanced 2020-12-25 13:32:10 +01:00
jojo
f554f595f8 Optimize Imports 2020-12-25 13:25:43 +01:00
jojo
0ffafaf95c Fix CommandTraceTabCompleter 2020-12-25 13:02:43 +01:00
jojo
7798ddc5d7 Remove Logging Messages 2020-12-25 13:00:07 +01:00
jojo
79ee799260 Add CommandTrace messages 2020-12-25 12:59:39 +01:00
jojo
3f040e6130 Add Advanced
Add AdvancedNoWater
Add RoundedTNTPosition
2020-12-25 12:57:50 +01:00
jojo
efb1535211 Add BasicNoWater show mode
Add UpdateEntity_12
Add UpdateEntity_15
Add Advanced show mode WIP
Fix Recorder
2020-12-25 12:11:59 +01:00
jojo
4b358d07eb Add hide System WIP 2020-12-19 20:17:29 +01:00
jojo
1dd0bd7418 Add Copyright Notice 2020-12-19 20:11:02 +01:00
jojo
c1e9fe5664 Add Permission check 2020-12-19 20:01:59 +01:00
jojo
d00d0ad512 Add BasicShowMode 2020-12-19 20:01:26 +01:00
jojo
5149faa626 Add BasicShowMode 2020-12-19 18:18:02 +01:00
jojo
de9c79240a Add BasicShowMode 2020-12-19 18:16:23 +01:00
jojo
4824893d79 Add BasicShowMode 2020-12-19 17:49:35 +01:00
jojo
33584589a5 Start BasicShowMode 2020-12-19 14:42:50 +01:00
ba7888eb56 Lixfels trace changes 2020-12-18 22:38:31 +01:00
jojo
2ecd71baeb Simplify version dependant 2020-12-17 20:06:43 +01:00
jojo
19ee52aee5 Add ExplodeListener
Add RecordManager
Add RecordTrace
Add ShowTrace basics
Add TNTEntity basics
2020-12-17 19:43:30 +01:00
jojo
599c6049be Add Trace Record System 2020-12-16 16:27:08 +01:00
jojo
3cc70f1f71 Merge branch 'master' into Tracer-entity 2020-12-16 15:50:29 +01:00
57f26874a5 Merge pull request 'Add basic sleep command to ScriptSystem' (#142) from ScriptSleep into master
Reviewed-by: Lixfel <lixfel@steamwar.de>
2020-12-16 12:22:19 +01:00
jojo
f4aaefeb2b Fix message 2020-12-16 12:05:04 +01:00
jojo
bde263de50 Fix TPS Bugs with ScriptListener 2020-12-16 12:00:17 +01:00
jojo
b1ada402e3 Add message color codes 2020-12-16 11:58:44 +01:00
jojo
d24d4ee49f Update chat messages 2020-12-16 11:49:49 +01:00
jojo
e21fd6acfb Update chat messages 2020-12-16 11:40:12 +01:00
jojo
ee701cce0d Change ScripSystem prefix to BauSystem prefix 2020-12-16 11:32:10 +01:00
jojo
3cdfae7c86 Simplify Error messages for user 2020-12-16 11:31:27 +01:00
jojo
45eea9b26e Remove overhead from sleep Command 2020-12-16 11:09:10 +01:00
jojo
552649f884 Fix RightClickAir and LeftClickAir 2020-12-16 10:31:02 +01:00
jojo
4a9a317428 Simplify sleep Command
Simplify further command additions
2020-12-16 10:00:29 +01:00
jojo
203519b15f Add messages for player 2020-12-16 09:36:28 +01:00
jojo
93003de08d Make ScriptListener.ScriptExecutor.player final
Make ScriptListener.ScriptExecutor.commands final
Fixing commands without spaces
Fixing negative and zero sleepTime
Add Error message on sleep without number
Remove throw-away-references
2020-12-16 09:26:17 +01:00
jojo
15570cab7c Make Sleep 'CaSeInDePeNdEnCe'
Make Sleep Command like Bukkit Command (String.split(" "))
2020-12-16 09:08:27 +01:00
jojo
5b73ec5305 Fix ignored Sleep Time 2020-12-16 09:04:31 +01:00
jojo
00a77b378b Merge ScriptListener.Script and ScriptListener.ScriptExecutor 2020-12-16 09:04:18 +01:00
jojo
ee94b51612 Add basic sleep command to ScriptSystem 2020-12-15 20:33:40 +01:00
879585e542 Merge pull request 'Remove superflous chained command' (#138) from removeChained into master
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2020-12-12 16:44:59 +01:00
e0060deca4 Merge pull request 'Add Comments to scripts' (#135) from ScriptComments into master
Reviewed-by: Lixfel <lixfel@steamwar.de>
2020-12-12 16:36:34 +01:00