Commit graph

39 commits

Author SHA1 Message Date
Norbi Peti 220829a206 Restart counter, member cmd
#78
#69
2020-02-05 19:34:29 +01:00
Norbi Peti 9aa320e663 Refactoring, renaming everything 2020-02-04 17:39:18 +01:00
Norbi Peti 34637ac536
Disable test by default, config desc.
#79
Fixed IntelliJ compiler version...
2019-11-16 01:04:11 +01:00
Norbi Peti dea1a46f55 Check if Essentials is present
#77
2019-11-06 15:46:59 +01:00
Norbi Peti 8f75998b58 Use Essentials teleport for /spawn
#77
2019-11-05 15:50:42 +01:00
Norbi Peti d100b86d72
Create parent POM for all my plugins
Also update Travis config to use Java 11
Also fix gitignore
2019-10-23 02:07:31 +02:00
Norbi Peti dd64062fba
Compile to Java 8 using Jabel
Currently, the server runs on Java 8 and some plugins, notably Terrain Control depend on a version-specific hack. Now, we do want to drop TC anyway to upgrade to 1.14.4 but there's also the goal of sharing this plugin for others, who likely run Java 8.
It took me a while to figure out how to make it work with Lombok - have to use the right order.
2019-10-23 01:22:24 +02:00
Norbi Peti 7b29f00105
Update to Java 10/11 2019-10-20 20:48:24 +02:00
Norbi Peti 383e9dc8d5
Rename & fix #75 2019-10-20 15:10:09 +02:00
Norbi Peti 1a6bd29741 Use original Towny dependency
Now that we have one
2019-09-16 13:31:58 +02:00
Norbi Peti ed4a4da37f Fix Travis build, update dependencies, fix test
9
2019-09-02 11:38:51 +02:00
Norbi Peti fa6c453a8d
Removed reference to IOUtils & no config warn
I use IOUtils suprisingly often
Made the config name warning test only
2019-08-07 18:26:45 +02:00
Norbi Peti 773277cb27
A few fixes 2019-07-22 22:23:35 +02:00
Norbi Peti cc3ed7cf52
Test config option upd.
And indentation fixes apparently
2019-06-01 02:25:33 +02:00
Norbi Peti f8fd481f46
Fixed restart cmd & added optional primitive support
I mean, the param is optional, not the support
Also sending broadcasts to the console unless MC is excluded
Also added toString() method to ConfigData
2019-03-19 14:33:23 +01:00
Norbi Peti 7289385a33 Automatic config saving 2019-03-11 16:50:24 +01:00
Norbi Peti fab2b5819d
Moved Votifier reward here, fixes
Checking if Towny or Votifier is present
2019-03-01 17:52:45 +01:00
Norbi Peti 0cdfcb9ff4 Restart impr. 2019-02-27 16:39:45 +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 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 df5befe1d9
Fixed plugin config error 2018-12-24 00:08:32 +01:00
Norbi Peti f8a850df76
Fixes: Origins 2018-11-22 00:46:52 +01:00
Norbi Peti f63443bf44
Merge branch 'dev' into redesign 2018-11-20 20:38:46 +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 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 718d8d073c
Added /member mod command 2018-09-04 21:49:30 +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 4a6f3df783
Fix concurrent mod. on start
A week old change
2018-08-02 21:04:42 +02:00
Norbi Peti bc24df3840
RandomTeleport moved in
ChunkArchive is NMS
2018-06-27 23:51:49 +02:00
Norbi Peti a691278ea9
Channel connect fixes
Group ID is now required
2018-06-08 18:51:37 +02:00
Norbi Peti d7accf5885
Fixed /primerestart, member assign
Added handling for missing help text
Added autoassign member role
Handling missing permissions plugin (who knows)
Added unused Essentials dependency
2018-06-01 02:08:20 +02:00
Norbi Peti 7e63ae12e6
Fix Towny rename
Fixed only lowercase working
Started implementing a fix that was already done newer Towny
Yesterday
2018-05-26 11:20:30 +02:00
Norbi Peti 75ab715c6e
Plugin list gen, fixes
It'll generate a plugin list file on each start
#37
2018-05-15 22:44:55 +02:00
Norbi Peti a24c4a5e54 Updated plugin updater
TODO!
2018-05-07 23:32:58 +02:00
Norbi Peti bdf824e20e Plugin update on shutdown+fromcmd
Fromcmd: whether a message was sent by using a command
Yesterday
2018-05-07 20:01:36 +02:00
Norbi Peti eb9deb39b4 Rainbow rooms & [g]->[OOC]
- Added all the rainbow chat rooms
- Global chat renamed to OOC (out-of-characeter)
2018-05-06 00:47:45 +02:00