1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-07 21:41:43 +00:00

Commit Graph

  • 6c90a82f7c Follow naming conventions LOOHP 2021-04-06 12:50:26 +08:00
  • 2d77a0e15c reorganize classes for a better future LOOHP 2021-03-22 00:22:13 +08:00
  • e8a7d68e3b Temporary solution to LightEngine ArrayIndexOutOfBounds error LOOHP 2021-03-16 20:44:26 +08:00
  • 5be44b597a Updated pom.xml, handles interrupt signal LOOHP 2021-02-27 17:32:31 +08:00
  • 201bafcc87 Merge pull request #13 from drunderscore/master LOOHP 2021-02-27 16:48:04 +08:00
  • 06cdbff2f8 Allow modifying of the spawn location (and thus, the spawn world) of players joining through the PlayerJoinEvent. #13 James Puleo 2021-02-27 01:43:24 -05:00
  • 0348f3c5ca Update README.md LOOHP 2021-02-27 14:12:27 +08:00
  • 25afa65ad9 Limbo Schedulers LOOHP 2021-02-22 22:26:14 +08:00
  • 2a0839963a Merge pull request #12 from drunderscore/feature/player-selected-slot LOOHP 2021-02-22 22:24:59 +08:00
  • aa47af1b6f Merge pull request #11 from drunderscore/master LOOHP 2021-02-22 22:23:37 +08:00
  • 3f60ffd1ef Track the players selected slot index with PacketPlayInHeldItemChange, and allow changing of a players selected slot with PacketPlayOutHeldItemChange. #12 James Puleo 2021-02-22 01:29:46 -05:00
  • 00af9afe43 Reduce code duplication, tell client about new position if an event handler used setTo #11 James Puleo 2021-02-22 00:40:08 -05:00
  • 48cd3a8b9a UTF-8 when saving FileConfiguration LOOHP 2021-02-21 14:58:05 +08:00
  • 9fe48fc2a9 Use Java 8 Methods LOOHP 2021-02-21 14:44:59 +08:00
  • 6013235c73 Fixed resource not closing LOOHP 2021-02-20 18:12:11 +08:00
  • 8d2b7ea0cb 0.4.0 SNAPSHOT LOOHP 2021-02-19 23:33:21 +08:00
  • a0f45a5b17 Update README.md LOOHP 2021-01-16 11:09:25 +08:00
  • aeac3730ac Updated to 1.16.5 LOOHP 2021-01-16 11:08:43 +08:00
  • 1040e75ca9 Do not stop server when receving unknown flags LOOHP 2021-01-02 14:21:00 +08:00
  • c77c700fac Reorganize sources to maven project standard LOOHP 2020-12-29 01:50:43 +08:00
  • 7bc2bf6d88 Create LICENSE LOOHP 2020-12-23 02:24:57 +08:00
  • 1500c55384 Delete LICENSE.md LOOHP 2020-12-23 02:24:29 +08:00
  • 8d761d5636 Merge pull request #4 from Jan2220/master LOOHP 2020-12-03 22:52:31 +08:00
  • ddd5d02e7b Update Limbo.java #4 Jan2220 2020-11-15 17:28:53 +01:00
  • 82e575e897 0.3.7-ALPHA Exterimental Light Engine (Reset mapping.json to use) LOOHP 2020-11-05 16:08:04 +08:00
  • 052d8bb021 Update README.md LOOHP 2020-11-03 15:46:47 +08:00
  • 027cff9ab5 0.3.6-ALPHA Update to 1.16.4 LOOHP 2020-11-03 15:42:46 +08:00
  • bae75e0d0a Fixed Access Control, Fixed PluginManager null during onLoad for LimboPlugins LOOHP 2020-11-03 00:08:35 +08:00
  • e8f4e86b16 Update LimboDefaultCmd.jar LOOHP 2020-11-02 23:47:48 +08:00
  • 5ec6eaf6e2 Added PlayerMoveEvent and PlayerTeleportEvent LOOHP 2020-10-31 00:23:04 +08:00
  • 5c69de1637 Fixed importing schem incorrectly after certain x/y/z value LOOHP 2020-10-30 18:45:23 +08:00
  • ae11665312 Update pom.xml LOOHP 2020-09-15 16:52:39 +08:00
  • 02ead9e558 Update pom.xml LOOHP 2020-09-15 14:50:52 +08:00
  • 5dd6401309 Update README.md LOOHP 2020-09-11 13:42:21 +08:00
  • 4d8a5951f6 Fixed some platforms unable to read limbo version from manifest LOOHP 2020-09-11 11:46:31 +08:00
  • 6463e3d820 Updated Metrics LOOHP 2020-09-11 11:07:57 +08:00
  • 26c4b9d960 1.16.3 Update / Added bstats Metrics LOOHP 2020-09-11 11:02:35 +08:00
  • 10789c3c60 Fixed string reading not using UTF-8 LOOHP 2020-08-26 01:09:53 +08:00
  • 148a9423c9 Changed field name to match naming schem LOOHP 2020-08-15 19:33:59 +08:00
  • 34668ae633 0.3.1 Colors in the console! LOOHP 2020-08-15 18:58:09 +08:00
  • aa969cc821 Ignore empty console commands, added other stuff for future updates LOOHP 2020-08-14 18:54:32 +08:00
  • 59b68a6bf8 Allow creative pick block LOOHP 2020-08-13 02:37:19 +08:00
  • 93f84e7861 Merge branch 'master' of https://github.com/LOOHP/Limbo LOOHP 2020-08-12 23:26:39 +08:00
  • fc3be96453 Removed unwanted getters LOOHP 2020-08-12 23:26:29 +08:00
  • 18dac4ffcb Update README.md Downloads LOOHP 2020-08-12 23:15:53 +08:00
  • 85da3cb845 0.3.0 - Moved supported version to 1.16.2 LOOHP 2020-08-12 23:00:03 +08:00
  • ff407323e8 Changed character encoding LOOHP 2020-08-09 23:29:41 +08:00
  • 620327d64d Changed naming schem. Added message for Legacy Ping LOOHP 2020-08-09 23:27:04 +08:00
  • c711f8cea6 Use actaul dimension code from vanilla minecraft, use the right biome for each dimension, allow limbo.yml instead of plugin.yml for plugins LOOHP 2020-08-09 21:01:10 +08:00
  • 28372a9bcc Create spawn.schem LOOHP 2020-08-09 18:38:25 +08:00
  • 8164571920 Fixed error while checking permissions LOOHP 2020-08-09 17:45:33 +08:00
  • f8e2cd0915 Update README.md LOOHP 2020-08-09 01:27:25 +08:00
  • 28f423a6be Update pom.xml LOOHP 2020-08-09 01:17:25 +08:00
  • ab643db72b Delete Jenkinsfile LOOHP 2020-08-09 01:00:21 +08:00
  • e94ed4389d Update Jenkinsfile LOOHP 2020-08-09 00:52:10 +08:00
  • 192cc02ec2 Update Jenkinsfile LOOHP 2020-08-09 00:50:59 +08:00
  • 0a63da78c5 Update Jenkinsfile LOOHP 2020-08-09 00:43:30 +08:00
  • 9754816a83 Update Jenkinsfile LOOHP 2020-08-09 00:42:35 +08:00
  • f600b20903 Update Jenkinsfile LOOHP 2020-08-09 00:37:52 +08:00
  • 77adda5646 Added Jenkinsfile LOOHP 2020-08-09 00:30:57 +08:00
  • 5e4cf7a4e5 Create LICENSE.md LOOHP 2020-08-08 22:01:55 +08:00
  • 81d47810f3 Status Response LOOHP 2020-08-08 19:36:47 +08:00
  • f1ee9fb078 Revert "StatusPingEvent, support Legacy Ping" LOOHP 2020-08-08 19:34:22 +08:00
  • 945e5c0252 Revert "Create config.yml" LOOHP 2020-08-08 19:21:14 +08:00
  • 54997d39e9 Create config.yml LOOHP 2020-08-08 19:19:33 +08:00
  • 9c760b88ce StatusPingEvent, support Legacy Ping LOOHP 2020-08-08 19:15:37 +08:00
  • e6005abc5a Gamemode switching LOOHP 2020-08-08 03:51:49 +08:00
  • 82a5198e78 Update LimboDefaultCmd.jar LOOHP 2020-08-08 03:40:11 +08:00
  • 795547ef9e Merge branch 'master' of https://github.com/LOOHP/Limbo LOOHP 2020-08-08 02:00:27 +08:00
  • 9d695dd2d4 Added a GUI like Minecraft LOOHP 2020-08-08 02:00:24 +08:00
  • 32f97acc16 Update README.md LOOHP 2020-08-08 01:58:15 +08:00
  • 18612aa8b4 Merge branch 'master' of https://github.com/LOOHP/Limbo LOOHP 2020-08-08 00:19:01 +08:00
  • b6bc66ea18 Update server.properties LOOHP 2020-08-08 00:18:50 +08:00
  • df20603b96 Update README.md LOOHP 2020-08-08 00:18:11 +08:00
  • f912e452d4 Update README.md LOOHP 2020-08-08 00:16:50 +08:00
  • f603c1a355 Clean up LOOHP 2020-08-07 23:36:59 +08:00
  • cbaf141c7f Automatic download default command module LOOHP 2020-08-07 22:32:44 +08:00
  • 3c85ef439f Added Events, Commands and Plugins LOOHP 2020-08-07 22:26:00 +08:00
  • 94bb1e4e45 Merge branch 'master' of https://github.com/LOOHP/Limbo LOOHP 2020-08-04 23:45:02 +08:00
  • 4600303f96 Added some message, fixed problem with packet reading LOOHP 2020-08-04 23:44:58 +08:00
  • 07d4860d5f Update README.md LOOHP 2020-08-04 19:12:17 +08:00
  • 853329b405 Update README.md LOOHP 2020-08-04 19:12:03 +08:00
  • b01cbad932 Support Bungeecord IP forwarding LOOHP 2020-08-04 19:07:19 +08:00
  • c2077a2a5c Improved Locations LOOHP 2020-08-04 14:59:32 +08:00
  • bd3b72a519 Added proper disconnect packet, kick command LOOHP 2020-08-04 14:36:14 +08:00
  • 2a48ead90d Fixed stop command LOOHP 2020-08-04 01:47:43 +08:00
  • c8e826e25d Update pom.xml LOOHP 2020-08-04 00:26:20 +08:00
  • 212c8f2d41 Use file to handle packet id mappings LOOHP 2020-08-04 00:19:38 +08:00
  • 96bb492fc4 Fixed nether namespace LOOHP 2020-08-03 23:30:38 +08:00
  • 7103bd0eb1 Merge branch 'master' of https://github.com/LOOHP/Limbo LOOHP 2020-08-03 23:11:25 +08:00
  • 1a21cbf423 Added /spawn LOOHP 2020-08-03 23:11:08 +08:00
  • 388e5f6c1c Update README.md LOOHP 2020-08-03 22:59:05 +08:00
  • 183858939c Update README.md LOOHP 2020-08-03 22:56:53 +08:00
  • 39b631c89d Upload LOOHP 2020-08-03 22:54:12 +08:00
  • ad0d9b5c85 Initial commit LOOHP 2020-08-03 22:52:40 +08:00