Commit Graph

53 Commits (main)

Author SHA1 Message Date
jolheiser 6a52554800 Fix shadowing (#7)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
Reviewed-on: #7
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2022-02-16 04:20:17 +00:00
jolheiser 1a9de611fd Fix questions and plugin.yml (#6)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
This PR changes the questions as dicussed in Discord. It also fixes the `plugin.yml` now that it uses Gradle instead of Maven.

Reviewed-on: #6
Reviewed-by: Joey Hines <joey@ahines.net>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2022-02-15 04:25:31 +00:00
jolheiser ee4d75baf4 Patch woodpecker (#5)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
Reviewed-on: Minecraft/minecraftmanagerplugin#5
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2022-02-12 21:49:09 +00:00
jolheiser cb6ab21eed Minor updates (#4)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
- [x] Moves docs to the README
- [x] ...adds a README
- [x] Update PluginAPI dep
- [x] Update application questions
- [x] Rips out MCM chat functions
- [x] Add woodpecker
- [x] Switch to Gradle

Closes #3

Reviewed-on: Minecraft/minecraftmanagerplugin#4
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2022-02-11 17:18:58 +00:00
Etzelia 49577ecd85
Merge branch 'phrasing' of birbmc.com:BirbMC/MinecraftManagerPlugin
# Conflicts:
#	pom.xml
2021-03-15 20:56:18 -05:00
Etzelia 39d59b8804
Change question phrasing
Signed-off-by: Etzelia <etzelia@hotmail.com>
2020-09-06 16:47:10 -05:00
Etzelia e16e1be1ca Remove OreAlert (#23)
Remove OA from configs

Signed-off-by: Etzelia <etzelia@hotmail.com>

Remove OreAlert

Signed-off-by: Etzelia <etzelia@hotmail.com>

Reviewed-on: https://git.etztech.xyz/MMS/MinecraftManagerPlugin/pulls/23
Reviewed-by: ZeroHD <joey@ahines.net>
2020-07-31 15:02:31 +02:00
Joey Hines 7a63f21c78 Allow the blocks OreAlert tracks to be configured (#21)
Allow OreAlert tracked blocks to be configured

+ Each block is tracked separately
+ Set api-version to 1.16 to allow for new material support
+ Bumped spigot api version to 1.16

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.etztech.xyz/MMS/MinecraftManagerPlugin/pulls/21
Reviewed-by: Etzelia <etzelia@hotmail.com>
2020-07-19 17:13:28 +02:00
Etz Elia f5f69eb35a Add 'LICENSE' (#19)
Add 'LICENSE'

Reviewed-by: ZeroHD <joey@ahines.net>
2020-06-11 22:03:44 +02:00
Joey Hines b621e922d3 Reverted OreAlert changes and fixed the original issue (#18) 2019-11-13 23:52:21 +01:00
Joey Hines e64f2119c5 Set the OreAlert task to run every tick. (#17) 2019-11-04 17:59:48 +01:00
Joey Hines 33953fd989 Switched from using an async task to using a timer task (#16) 2019-10-20 04:05:02 +02:00
Etzelia bed3b002b0 Fix OreAlert (#15) 2019-10-01 21:21:20 +02:00
Etzelia 42169b64d9 Update to 1.14.3 (#13) 2019-07-05 16:43:29 +02:00
Etzelia be8ca771ac
Update to 1.14.3
Signed-off-by: Etzelia <etzelia@hotmail.com>
2019-07-03 20:22:08 -05:00
Etzelia 14d4562be8 Run denied commands on login as well if a player's application is denied. 2018-12-22 20:55:39 +01:00
Etzelia 81c41333cb Add OreAlert permission to plugin.yml 2018-12-13 19:47:08 +01:00
Etzelia 1797edcf13 Log global messages to console as well 2018-12-10 20:52:43 +01:00
Etzelia ac552c17e6 Re-configure Log4J. 2018-12-10 20:47:23 +01:00
Etzelia c4c180c29b Don't initialize the loggers with the root logger 2018-12-10 20:35:40 +01:00
Etzelia 1702acf350 Variable mixup 2018-12-09 15:52:46 -06:00
Etzelia f2f2bc3233 OreAlert is now native
Fixes #8
2018-12-07 23:18:50 -06:00
Etzelia 597e9de953 Finishing native OreAlert 2018-12-07 23:18:10 -06:00
Etzelia 2d0b768538 Merge branch 'master' into OreAlert 2018-12-07 17:10:08 -06:00
Etzelia cba8c226b6 Added log4j
Fixes #11
2018-12-07 17:07:54 -06:00
Etzelia 4cb519c3fc Re-initialize MCMUtil on reload to update log file handlers. 2018-12-06 23:20:39 +01:00
Etzelia ef8abe223b Give player feedback when they submit an application. 2018-11-27 16:05:04 +01:00
Etzelia 38e1a8ac2c Added classes
Need to add API to Django project for alerts/pings
2018-11-12 14:59:06 -06:00
Etzelia f06f771697 Merge branch 'master' of ZeroHD/MinecraftManagerPlugin into master 2018-10-24 22:04:12 +02:00
Joey Hines 726c48d8ef Added issue #4 changes to the doc. 2018-10-24 14:59:37 -05:00
Etzelia 2a6362882e Merge branch 'master' of ZeroHD/MinecraftManagerPlugin into master 2018-10-24 16:16:32 +02:00
Joey Hines bb3f409be5 Changed the hasReadRules list to be a set to avoid duplicate entries. 2018-10-24 08:55:24 -05:00
Joey Hines efb8545e56 Made changes according to the comments in PR #9
/apply is now cancelled if the user didn't read the rules
User is now not removed from the hasReadRules list until restart
2018-10-23 17:35:06 -05:00
Joey Hines 8997133923 Added logic in CommandPreprocessListener to check if a guest has run the /rules command before doing /apply. 2018-10-23 16:24:06 -05:00
Etzelia 9f834011a2 Added changelog for 1.5 2018-10-20 23:04:18 -05:00
Etzelia 33f893907d Update to 1.5
Added new Staff message utility to be used going forward
New demote action in MCM listener
Added tag option to move [MCM] into hover event
Fixes #3
Fixes #5
2018-10-20 23:01:00 -05:00
Etzelia 9f0a0bfad5 Merge branch 'master' of MisterButtStuff/MinecraftManagerPlugin into master
Fixes #6
2018-10-19 15:27:30 +02:00
Andrés Littig 6f71ee8dd5 add chat rules 2018-10-18 17:04:15 -04:00
Etzelia cb5597b89a Updated website for documentation in pom.xml 2018-10-16 15:58:03 +02:00
Etzelia 54e4ce82fa Cleanup
Further documentation cleanup
2018-10-12 14:50:26 -05:00
Etzelia ba2fa839a4 Documentation
Added changelogs to TOC
2018-10-12 14:48:55 -05:00
Etzelia 7dd2a90801 Moved documentation into project 2018-10-12 14:47:37 -05:00
Etzelia 7f5a45c93c Model Fix
To retrieve a UUID, query the player model instead of the application model.
2018-10-11 19:25:16 +02:00
Etzelia 2533fe7a7e Updated EtzCore to 1.0.4 2018-10-08 18:31:42 +02:00
Etzelia 9d2f4c979f Updated to EtzCore 1.3
Updated all tests
2018-09-28 23:12:42 -05:00
Etzelia 4388a1af85 Consolidated staffMessage usages 2018-09-23 18:22:55 -05:00
Etzelia 8ef9dff69f Cleanup
Added Deprecated to old staffMessage method
Fixed most places using old method to use new JSON message
2018-09-21 19:27:36 -05:00
Etzelia a7fae8e96c Made ticket a valid plugin port command 2018-09-15 16:52:55 -05:00
Etzelia 8a3c5a8962 Bug Fixes
Fixes Ticket message in-game
Combines Application/Ticket messages to one source
2018-09-15 16:19:38 -05:00
Etzelia 7cdf9509ae Async changes & Bug fixes
Made diamond radius search async
Fixed join listener firing accept twice
2018-09-15 00:37:09 -05:00