Commit Graph

28 Commits

Author SHA1 Message Date
4c9689af6f Reinit limbo world at startup
All checks were successful
continuous-integration/drone/push Build is passing
In case server crashed, was stopped before all regions were cleared, and various other cases including folder size.
2022-11-12 05:31:14 +01:00
598dcd7e09 Whitelist inventory events
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 05:23:36 +01:00
e6eb4a416b Add chat cool-down feature
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 05:14:07 +01:00
2de28d64a5 Disable void falling and entity damage
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 05:03:27 +01:00
cadc5854ef Enable own world generator and handling
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 04:59:45 +01:00
73bb8e4de2 Implement World limitations at startup
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 04:44:35 +01:00
09884f1646 Fix broken island spot finder
All checks were successful
continuous-integration/drone/push Build is passing
It was working as long as the coordinates in the map were ordered, but since this is not ensured, we need a more complex way of checking for them.
2022-11-12 04:34:08 +01:00
7abfb4d536 Disable all entities generation
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 04:11:13 +01:00
e68326cb87 Use WorldEdit API for area cleanup instead
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 04:07:55 +01:00
3ef681e839 Implement async area cleanup on quit (slow)
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 03:47:49 +01:00
8e299009a4 Implement island distance config option
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 01:50:27 +01:00
2866573d0d Implement island max walking range from spawnpoint
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 01:44:07 +01:00
fcbd6c5d01 Fix null position async errors
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 01:27:41 +01:00
8d4284138f Fix OutOfBounds errors
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 01:25:55 +01:00
51c178ab4f Implement config file and spawn offset
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 01:12:45 +01:00
dd1425863a Fix player null check in location runnable
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 23:29:15 +01:00
500f7b33cb Use new method for island spawn teleport
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 23:23:02 +01:00
09396fa09a Implement basic spawn command
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 23:22:26 +01:00
8bc992a707 Set creative gamemode on join
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 23:17:15 +01:00
8a86f15996 Disable player flight 2022-11-11 23:16:59 +01:00
b84e96f031 Add island bounds async checker
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 23:13:04 +01:00
ea09d351bf Implement demo schematic loader
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 22:50:42 +01:00
9005db7872 Implement Island layout calculator and teleporter
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 21:16:26 +01:00
4524070618 Add more default allowed commands
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 18:38:08 +01:00
44ba3cd7ab Allow exceptions to commands 2022-11-11 18:31:46 +01:00
a33204b7b8 Add listener to globally disable specific blocks 2022-11-11 18:25:22 +01:00
568b719512 Add basic player hider and command canceller 2022-11-11 17:55:50 +01:00
2be7381e87 Init repo with basic files 2022-11-11 17:35:21 +01:00