Commit Graph

89 Commits (master)

Author SHA1 Message Date
Chimney Swift 69a40e58e7 Add ability to control online players along with max players 2020-07-01 01:13:05 +10:00
Crypnotic 32ae495c1f Update LICENSE and license headers 2020-01-18 10:21:06 -06:00
Crypnotic 8c649d2e64 Add CircleCI 2020-01-18 10:08:16 -06:00
Crypnotic d47870cd6c Revival updates 2020-01-18 10:04:00 -06:00
Crypnotic 2a367ea829 Fix player_only_command message 2019-06-21 20:35:10 -05:00
Crypnotic 582dbca2fa
Merge pull request #26 from LartyHD/patch-2
Added a missing SPACE to prefix
2019-06-21 20:20:10 -05:00
Crypnotic e025ab0043
Merge pull request #25 from LartyHD/patch-1
Fix a clip bug in announcements.conf
2019-06-21 20:20:04 -05:00
Crypnotic 72f39ad6e6 Added connect messages to en_US locale. Fixes # 2019-06-21 20:09:03 -05:00
Lars Artmann 9f484a7fb1
Added a missing SPACE to prefix
in announcements.conf
2019-06-22 02:47:03 +02:00
Lars Artmann 73930ea269
Fix a clip bug in announcements.conf 2019-06-22 02:38:15 +02:00
Crypnotic 51c924fdc2 Stop attempting to cancel announcement tasks that aren't running 2019-06-19 07:32:40 -05:00
Crypnotic d97e372fdb Allow announcements to be enabled/disabled. Should fix #23 2019-06-15 09:07:37 -05:00
Crypnotic 24f1a9605e Remove debug 2019-06-02 10:34:17 -05:00
Crypnotic 1660b13c82 Update to text#3.0.1 and fix issues. Fixes #16 2019-06-02 10:33:25 -05:00
Crypnotic db0a793991 Don't check for module enabled state in handlers
The handlers are registered and unregistered during the module
lifecycle. Meaning the handlers are never registered if the module isn't
registered, so they won't fire anyways
2019-06-01 15:15:44 -05:00
Crypnotic ceee3c7cb4 Preference changes to connectmessage module 2019-06-01 15:14:15 -05:00
Crypnotic c42e7699e0
Merge pull request #18 from N3FS/feature/connect-messages
Implement join and quit messages
2019-06-01 15:06:43 -05:00
Crypnotic af21bb3ec5 More 3.0.0 work 2019-06-01 11:12:37 -05:00
md678685 a8124c6b93 Implement connect message module 2019-05-29 19:54:18 +01:00
Crypnotic 7ef8181ca5 More work on manager states 2019-05-25 16:29:33 -05:00
Crypnotic d49c96c158 This might actually work. V7 2019-05-25 13:38:49 -05:00
Crypnotic 5b39b58896 I lied. Publish fix V6? 2019-05-25 13:29:35 -05:00
Crypnotic dd9e56671f Last try for now. V5...... 2019-05-25 13:26:48 -05:00
Crypnotic 2f2a9e427b Attempt to fix publish v3... 2019-05-25 13:19:01 -05:00
Crypnotic 1b46788148 Try to fix publish v2 2019-05-25 13:12:26 -05:00
Crypnotic f8ed5968a7 Move Locale out of the module scope and attempt to fix deployment 2019-05-25 13:09:50 -05:00
Crypnotic cb8e175c30 Add copyright to UserManager 2019-05-25 10:11:38 -05:00
Crypnotic 175d1c08d8 Change repo urls and test publish 2019-05-24 07:01:16 -05:00
Crypnotic 38f223fc6c Bump version 2.3.2 > 2.3.3 2019-05-17 08:08:44 -05:00
Crypnotic a1db7652d0 Rename AnnouncementModule. Disable glist by default 2019-05-17 08:08:23 -05:00
Crypnotic 81d8405361 Added UserPrivateMessageEvent for message and reply commands.
2.3.1 > 2.3.2
2019-05-12 22:41:25 -05:00
Crypnotic 2a1f8b4104 Fix NPE when values don't exist in config files. 2.3.0 > 2.3.1 2019-05-12 15:49:24 -05:00
Crypnotic cf37567840 Bump version 2.2.0 > 2.3.0 2019-05-06 23:41:36 -05:00
Crypnotic 69d826dc3e
Merge pull request #15 from Crypnotic/feature/events
Sweeping cleanup and implement select events
2019-05-06 23:40:48 -05:00
Crypnotic 27de3d50db Update for kyori/text(3.0.0) 2019-05-06 23:13:29 -05:00
Crypnotic 772af3f6d2 Stop getting the console command twice 2019-05-06 15:13:05 -05:00
Crypnotic e4a2600b70 Explicitly force User to extend CommandSource in all locations 2019-05-06 14:37:04 -05:00
Crypnotic 17a800bfd3 Adjust User method order 2019-05-06 14:35:03 -05:00
Crypnotic 6153fc5e2a Move User#isPlayer to keep readability flow 2019-05-06 14:34:12 -05:00
Crypnotic b9106258ac Breaking changes to begin events implementation:
- Remove abstract prefixes
- Make User API class an interface to discourage variable storage
- Create announcement and alert events
- Move command APIs to api parent package
2019-05-06 14:24:30 -05:00
Crypnotic 02dba116ba Merge branch 'master' of git@github.com:Crypnotic/Neutron.git 2019-05-05 23:04:16 -05:00
Crypnotic 5e8fe15c43 Bump version 2.1.0 > 2.2.0 2019-05-05 23:03:50 -05:00
Crypnotic 15e2451b97
Merge pull request #13 from Crypnotic/refactor/announcement
Refactor announcement module. Implements #12
2019-05-05 23:02:03 -05:00
Crypnotic fb9054dc59 Finish announcement module refactor, now supports JSON messages 2019-05-05 22:55:57 -05:00
Crypnotic 64ec251abd Refactor announcement module 2019-05-05 16:59:05 -05:00
Crypnotic 6f075c2727 Save user files to the proper folder 2019-05-05 11:48:48 -05:00
Crypnotic 6f0f672816 Save user files to the proper folder 2019-05-05 11:47:54 -05:00
Crypnotic d765f3dd55 Move user management outside of the module scope 2019-05-04 18:31:54 -05:00
Crypnotic 658b78a434 Move Announcement messages serializing to Announcements#load() 2019-05-04 17:42:01 -05:00
Crypnotic 40366d4f47 Bump version 2.0.3 > 2.1.0 2019-05-04 12:38:18 -05:00