Commit graph

510 commits

Author SHA1 Message Date
Norbi Peti ab24480f89
Separated commands and handlers
WIP
2019-02-02 02:45:32 +01:00
Norbi Peti 98b73aaac3
Merge pull request #61 from TBMCPlugins/dev
New command system, fixes, improvements
2019-02-01 17:07:49 +01:00
Norbi Peti ab603276d3
Fixes, another plugin disable event
Fixed/implemented number handling in config
Fixed help text error
Fixed annotation processing in other plugins
Fixed error message on console chat
Fixed CI building (hopefully) - Spigot repo
2019-01-30 23:31:20 +01:00
Norbi Peti a4e96b0ed7
Component unregistering, command impr.
Automatically unregistering components in order (#57)
Made the command system applicable for Discord as well
2019-01-30 21:14:00 +01:00
Norbi Peti 7331568886
Command, restart, command improvements
Fixed default command handler not being overridable in some cases
Schrestart now takes seconds as param, not ticks
Allowing to change the current timer value in the restart event

HelpText support added
Automatically generating usage text (ButtonProcessor)
2019-01-29 21:39:14 +01:00
Norbi Peti 41d40fa415
Compman and config API extension
Fancy way of saying: I added 3 methods
2019-01-28 23:09:07 +01:00
Norbi Peti a6effaaf43
Command system, /component impr.
Added even more TODOs
Created command preprocess event
The new command system works
The /component command now uses the new command system
2019-01-27 22:30:23 +01:00
Norbi Peti 5b75c2fa02
Started working on command system
Added a bunch of TODOs
ThorpeCore
2019-01-27 01:10:10 +01:00
Norbi Peti 4ee76a97bf
Merge pull request #56 from TBMCPlugins/dev
Components, components everywhere
2019-01-20 22:36:55 +01:00
Norbi Peti 2beb6662ea
Added a getter
And a TODO
2019-01-17 22:13:13 +01:00
Norbi Peti cbbb5572b8
Fixed data reloading
And string data caching
2019-01-17 13:39:53 +01:00
Norbi Peti 788c2e8a87
Components, components everywhere
Channel disable is respected everywhere
Some fixes
Components can be enabled/disabled/listed at runtime
Made RTP a component
Made  e v e r y t h i n g  a component
Made  e v e r y t h i n g  configurable
The plugin list is no longer written by default
#48
2019-01-12 22:26:08 +01:00
Norbi Peti 1b152d8b4e
Put channels in a component
Using the per-component AddCommand method
CommandComponent got removed, no need for that
Made channel properties configurable (DisplayName, Color)
Made configs testable, it will only use the cached value in that case
This was needed so channel registering continue to work during testing
Made channels possible to disable (WIP)
#48
2019-01-12 00:27:55 +01:00
Norbi Peti a6d1122f7f
Some command improvements
Removing commands on component/plugin disable
2019-01-11 00:41:26 +01:00
Norbi Peti 245f6bbf59
Lots of config improvements
Removed redundant delegate methods by making the methods non-static
Automatically saving config option to the yaml model when it's accessed for the first time
Automatically saving yaml config on component/plugin disable
Automatically resetting config cache on plugin/component disable
Caching the config values so reading is cheaper (it still writes through)
Correctly handling (non-)primitive types in configs
Allowing to set either a primitive or non-primitive default value and the other is obtained from the provided value
#48
2019-01-10 01:34:38 +01:00
Norbi Peti bb31f4e378
Exclude plugins from syschat event 2019-01-09 18:52:24 +01:00
Norbi Peti 814a5c7eb9
Merge pull request #54 from TBMCPlugins/dev
First release of the 'redesign', organizing most features into components
2019-01-03 21:38:03 +01:00
Norbi Peti 7f385df3b1
Handle errors for the components 2019-01-01 03:26:43 +01:00
Norbi Peti ff246b8c8b
Using the ChatMessage for the event too
Forgot to commit this lol
2018-12-27 01:16:09 +01:00
Norbi Peti df5befe1d9
Fixed plugin config error 2018-12-24 00:08:32 +01:00
Norbi Peti dbce36cd4e
PlayerData ann + ConfigData def add 2018-12-23 03:22:21 +01:00
Norbi Peti a417d0ea3f
Plugin configs, ButtonPlugin
Using the same thing for config as components
2018-12-18 00:47:00 +01:00
Norbi Peti 9b097b7858
IsEnabled && enabling late components
Also finally added the source plugin
2018-12-14 23:48:46 +01:00
Norbi Peti f8a850df76
Fixes: Origins 2018-11-22 00:46:52 +01:00
Norbi Peti 652cdfc131
Merge pull request #53 from TBMCPlugins/redesign
Start using components (PR to dev)
2018-11-20 20:44:22 +01:00
Norbi Peti f63443bf44
Merge branch 'dev' into redesign 2018-11-20 20:38:46 +01:00
Norbi Peti 81cb364ddc
Fixes, should be ready to merge 2018-11-18 02:58:26 +01:00
Norbi Peti 5ef5bf47a2
Component data improvements & enable
Separated enabling the component from registering it - a component will be always registerd, even if it's disabled
Component data implemented similarily to player data, just kind of better
Bunch of changes, less code repetition
2018-11-11 00:58:18 +01:00
Norbi Peti 248b0d8d0a
Merge pull request #52 from TBMCPlugins/dev
Current channel saved with player data - will stay after a restart; improvements
2018-11-04 01:40:25 +01:00
Norbi Peti af412a40fd
Channel improvements and fixes
A chat event is no longer required for shouldSendTo() and such
TBMCPlugins/DiscordPlugin#70 is finally kind of fixed - there's a different issue now
2018-11-01 01:20:49 +01:00
Norbi Peti 5def9344e8
Quick and dirty fix and another fix 2018-10-25 23:50:17 +02:00
Norbi Peti e13efa5e65
Some chat msg and user data changes 2018-10-25 14:09:58 +02:00
Norbi Peti 7ab997ddad
ChatMessage changes
The channel is no longer required for sending a message
All user accounts now store which channel they are in to make things simpler
Added the concept of 'sender converters' which is used to get the CG user which sent a command for example
No longer allowing getAs() for the same user type
2018-10-24 19:33:38 +02:00
Norbi Peti ae84994025
Continued refactoring 2018-10-05 22:19:29 +02:00
Norbi Peti 8d3b6b642a
Merge pull request #50 from TBMCPlugins/dev
Primerestart is silent by default, loud when it has a parameter, added /member command
2018-09-08 23:58:53 +02:00
Norbi Peti 718d8d073c
Added /member mod command 2018-09-04 21:49:30 +02:00
Norbi Peti c523ff7a5b
Added components with deps
Copied from ButtonPresents and extended
@alisolarflare
#48
2018-08-13 13:33:18 +02:00
Norbi Peti 806550a625
Added silent/loud option to primerestart
Also using Tabs for formatting
2018-08-12 12:28:36 +02:00
Norbi Peti 9bb8713714
Merge branch 'dev' 2018-08-12 00:30:32 +02:00
Norbi Peti cdcf8b9b2e
Fixed some channel IDs
It breaks Discord custom chat sanitizing
2018-08-12 00:27:54 +02:00
Norbi Peti 4a6f3df783
Fix concurrent mod. on start
A week old change
2018-08-02 21:04:42 +02:00
Norbi Peti 07b52a5b54
Merge pull request #47 from TBMCPlugins/dev
Added CG user to chat event & other improvements
2018-07-20 13:22:10 +02:00
Norbi Peti be6e4acb7e
Added CG user to chat event
SendChatMessage now takes a ChatMessage param (with a builder)
Code cleanup
/schrestart error msg added
Whole plugin update made async (the plugin list)
Javadoc additions
2018-07-12 23:24:38 +02:00
Norbi Peti ca7c56501f
Merge pull request #45 from TBMCPlugins/dev
RandomTeleport moved in
2018-06-30 02:33:47 +02:00
Norbi Peti bc24df3840
RandomTeleport moved in
ChunkArchive is NMS
2018-06-27 23:51:49 +02:00
Norbi Peti 4de1466e7f Add 'RandomTeleport/' from commit 'e08952a056dbf8bd8a4e9b5e8c8a1247dd1fd828'
git-subtree-dir: RandomTeleport
git-subtree-mainline: 54ce0b91fb
git-subtree-split: e08952a056
2018-06-24 22:55:07 +02:00
Norbi Peti 54ce0b91fb Add 'ChunkArchive/' from commit 'ca80b3f5355b9150784ef09191766556299e9190'
git-subtree-dir: ChunkArchive
git-subtree-mainline: 6cf28e5c9a
git-subtree-split: ca80b3f535
2018-06-24 22:53:15 +02:00
Norbi Peti 6cf28e5c9a
Merge pull request #44 from TBMCPlugins/dev
Update 2
2018-06-15 18:39:24 +02:00
Norbi Peti 86a2a41511
SendChatMessage refactor, ignoreSenderPermissions
Used for channelcon
2018-06-13 23:45:58 +02:00
Norbi Peti a691278ea9
Channel connect fixes
Group ID is now required
2018-06-08 18:51:37 +02:00