Commit Graph
100 Commits
Author SHA1 Message Date
Paul Reilly 26f4e0746b Replace TOML wrapper with generic support
# Changes:
- Removed specific TOML wrapper in favor of GenericConfiguration.
- Added ConfigType enum to define configuration formats, parsers, and writers for TOML and JSON.
- Created FileUtils class containing useful file and directory creation methods
- Added @ApiStatus.Internal to both the BukkitDelegate class and Completions annotation to specify that they should not be used externally.
2023-08-28 21:52:40 -05:00
Paul Reilly e71c167d5e Fix plugin-yml plugin errors & switch to night-config
# Changes:
- Migrate from com.google.gson:gson and com.tomlj:tomlj over to com.electronwill.night-config:core, toml, and json
- Add the appropriate bukkit tags required by the minecrell/plugin-yml gradle plugin to Veritas and Tyr.
2023-08-28 18:17:12 -05:00
Paul Reilly 51c96269d2 Merge remote-tracking branch 'origin/Implementations' into impl/discord-bot 2023-08-28 17:04:20 -05:00
Paul Reilly c71ab845b9 Fully implement Discord bot 2023-08-28 01:53:48 -05:00
Paul Reilly a676207afa Add Veritas, Tyr, also other changes 2023-08-26 19:05:45 -05:00
Paul Reilly 8e2e466864 Rebump plugin-yml to 0.6.0 2023-08-25 13:58:28 -05:00
Paul Reilly 01a0d66886 Fixes {} being used instead of [] for array declaration causing a build script error. 2023-08-25 12:39:09 -05:00
PaldiuandGitHub 6cd4d83cf8 Migrate back to Paper. 2023-08-23 11:24:06 -05:00
PaldiuandGitHub 9237353686 "FlorianMichael" -> "FlorianMichael/EnZaXD" 2023-08-23 11:21:00 -05:00
PaldiuandGitHub f65762698a Updated plugin descriptions and group ids 2023-08-22 21:02:45 -05:00
PaldiuandGitHub 8c36ecc4aa Update plugin description and group id 2023-08-22 20:55:12 -05:00
PaldiuandGitHub 598011a853 Update group id 2023-08-22 20:53:27 -05:00
PaldiuandGitHub dd88b95859 Update group id 2023-08-22 20:52:55 -05:00
PaldiuandGitHub e8213d5efd Update plugin description and group id. 2023-08-22 20:52:22 -05:00
PaldiuandGitHub 8a32d9980d Merge pull request #31 from SimplexDevelopment/kitchen-sink
Updated README links from old repo url to new repo url
2023-08-22 20:40:19 -05:00
PaldiuandGitHub eb173d2276 Updated README links from old repo url to new repo url
Please merge downstream!!!
2023-08-22 18:39:46 -05:00
Paul Reilly 305ebae9bf Attempt at fixing command registration
Signed-off-by: Paul Reilly <[email protected]>
2023-08-11 15:58:40 -05:00
PaldiuandGitHub 0f848f434c Merge pull request #25 from AtlasMediaGroup/module/NetworkManager-Hook
Create Cladis (NetworkManager Hook)
2023-08-11 15:28:19 -05:00
Paul Reilly 6ef6eacea0 Addressed requested changes
Signed-off-by: Paul Reilly <[email protected]>
2023-08-11 15:26:26 -05:00
Paul Reilly dd353b4429 Addressed requested changes
Signed-off-by: Paul Reilly <[email protected]>
2023-08-11 15:26:05 -05:00
PaldiuandGitHub 3e92c4db24 Merge pull request #27 from AtlasMediaGroup/kitchen-sink
Merge downstream
2023-08-11 14:35:15 -05:00
PaldiuandGitHub 1544a60730 Merge pull request #26 from AtlasMediaGroup/readme/add-eva
Update README.md
2023-08-11 14:34:36 -05:00
PaldiuandGitHub f24f278b86 Update README.md 2023-08-11 14:32:54 -05:00
Paul Reilly bbaa325ad6 Create Cladis (NetworkManager Hook)
Signed-off-by: Paul Reilly <[email protected]>
2023-08-11 14:08:49 -05:00
PaldiuandGitHub f236ea261a Merge pull request #22 from AtlasMediaGroup/kitchen-sink
Merge downstream into implementations
2023-08-11 13:18:09 -05:00
PaldiuandGitHub e3807e29d8 Merge pull request #19 from FlorianMichael/Implementations
Merge dev into production
2023-08-11 13:17:21 -05:00
PaldiuandGitHub 368f3cae12 Modify banner formatting 2023-08-06 17:44:39 -05:00
PaldiuandGitHub 60b63b5857 Fix readme incorrectly stating "proof of concept" 2023-08-06 17:41:41 -05:00
PaldiuandGitHub 9bb7ebb770 Changed phrasing to match latest changes. 2023-08-06 17:07:49 -05:00
PaldiuandGitHub 21463c50fe Migrates the entire package nomenclature to be more direct and straightforward. (#17)
Signed-off-by: Paul Reilly <[email protected]>
2023-08-01 22:34:18 -05:00
PaldiuandGitHub dd4e1bbda0 Merge pull request #13 from FlorianMichael/command-spy
Implemented basic command spy
2023-08-01 09:09:42 -05:00
PaldiuandGitHub b01e8352bf Merge pull request #15 from FlorianMichael/plugin-scope
Add description to all modules of the project
2023-07-31 23:36:50 -05:00
PaldiuandGitHub d9c11fda54 Merge pull request #11 from AtlasMediaGroup/fix/transaction-balance-minimum
Flip greater than symbol to lesser than symbol in SimpleTransactor
2023-07-30 10:14:15 -05:00
PaldiuandGitHub 2ac955cc0a Merge pull request #10 from AtlasMediaGroup/kitchen-sink
Update from development
2023-07-26 08:29:21 -05:00
PaldiuandGitHub 5826438721 Update README.md 2023-07-24 16:50:30 -05:00
PaldiuandGitHub 7e5dbb9a10 Update logo image 2023-07-24 16:37:39 -05:00
PaldiuandGitHub 0c9aa3c9fe Add new line at EOF to test Git2Cord WebHook 2023-07-24 14:00:31 -05:00
Paul Reilly 6842cb2792 Adjusted Command Processing
Completion annotations have been moved to top level, from per method, for a much clearer understanding of how the annotation should be used.
2023-07-23 02:15:12 -05:00
Paul Reilly 2b12f4eebb hotfixes 2023-06-25 21:46:01 -05:00
Paul Reilly d0e8d6e361 pbs kids 2023-06-25 01:10:30 -05:00
Paul Reilly fb97a8e65b updates 2023-06-21 15:45:55 -05:00
Paul Reilly 09699ccabb AdminChat 2023-06-20 09:24:28 -05:00
Paul Reilly e18a0c0808 Minor fixes 2023-06-10 21:41:14 -05:00
PaldiuandGitHub 9ef703ae7b Merge pull request #3 from AtlasMediaGroup/Displayable-GUI-API
- Implement GUI API
- Documentation for a majority of the API in Patchwork
- Implement Particle API
- Implement interpolation utils for color interpolation (blocks, particles, and text applicable)
- Finish Command API
- Remove Banning API
- Created utility classes for various features of the Kyori Adventure API
- Removed TFM
2023-06-09 21:22:35 -05:00
Paul Reilly a22f7fb215 Super edited with Notepad++ 2023-06-09 21:18:29 -05:00
Paul Reilly de1da2bd61 Edited with Notepad++ 2023-06-09 21:17:42 -05:00
Paul Reilly bacf6e8818 Beans 2023-06-09 21:11:36 -05:00
Paul Reilly f459842eaf Some more updates 2023-06-09 14:15:53 -05:00
Paul Reilly 6631aebaa0 Merge branch 'kitchen-sink' into Displayable-GUI-API 2023-06-09 13:25:18 -05:00
Paul Reilly 09c511ef34 Additional documentation 2023-06-09 13:23:06 -05:00
PaldiuandGitHub f41889e7df Merge pull request #8 from AtlasMediaGroup/feat/doc-economy
Add documentation to economy-related interfaces
2023-06-09 13:22:28 -05:00
Paul Reilly 1ea106d999 Documentation, Add BouncyPads 2023-06-08 10:02:20 -05:00
Paul Reilly 27dafd69e6 Fixings! 2023-06-04 21:30:17 -05:00
PaldiuandGitHub cccf76d077 Update README.md 2023-06-04 19:01:31 -05:00
PaldiuandGitHub cb96e5b72d Update README.md 2023-06-04 18:57:33 -05:00
PaldiuandGitHub ef3acca330 Merge pull request #6 from AtlasMediaGroup/videos-stupid-contributions
Removes old unused UserData methods
2023-06-02 18:09:15 -05:00
PaldiuandGitHub 6edf320bf7 Merge branch 'Displayable-GUI-API' into videos-stupid-contributions 2023-06-02 18:08:55 -05:00
Paul Reilly e160868967 Reformatting 2023-06-02 17:58:08 -05:00
PaldiuandGitHub 9a56a404af Merge pull request #5 from AtlasMediaGroup/videos-stupid-contributions
Fixes existing commands, adds /cage command
2023-06-02 17:31:07 -05:00
Paul Reilly bf2b48d670 Merge branch 'kitchen-sink' into Displayable-GUI-API 2023-06-02 17:11:20 -05:00
Paul Reilly 9481f88afd Update 2023-06-02 17:07:14 -05:00
PaldiuandGitHub ef0e25857e Merge pull request #4 from AtlasMediaGroup/paul-was-playing-guitar-while-i-was-writing-this
Ports /cake over to Fossil. Every submodule has a plugin.yml now
2023-06-02 16:54:15 -05:00
Paul Reilly a632eb778c Start implementations 2023-06-01 23:02:01 -05:00
Paul Reilly def84bd747 updates 🎱 2023-05-30 17:39:54 -05:00
Paul Reilly b95a06fa7c Start implementing GUI API 2023-05-25 13:13:32 -05:00
PaldiuandGitHub e08a4cf02a Merge pull request #2 from AtlasMediaGroup/banning-update
Create KyoriConstants.java
2023-05-24 21:11:57 -05:00
Paul Reilly 73d9f1e91d Create KyoriConstants.java
See docs for info
2023-05-24 21:10:59 -05:00
Paul Reilly b9a5440733 Minor update 2023-05-23 17:11:08 -05:00
Paul Reilly 5f6e7a153e Slight bugfix, also more code spec alignment 2023-05-21 22:11:31 -05:00
Paul Reilly faca73f99c Merge branch 'banning-update' of https://github.com/SimplexDevelopment/FreedomNetworkSuite into banning-update 2023-05-21 21:47:54 -05:00
Paul Reilly 49ad109671 Adjust to better align with code specs 2023-05-21 21:47:10 -05:00
PaldiuandGitHub 4dd4fa6ad1 Merge branch 'kitchen-sink' into banning-update 2023-05-21 19:29:17 -05:00
PaldiuandGitHub 997fa2a4a9 Update README.md 2023-05-21 19:05:43 -05:00
PaldiuandGitHub 82c8aed5ba Merge pull request #5 from SimplexDevelopment/feat/economy-outline
Implement outline of the economy system
2023-05-21 18:53:30 -05:00
Paul Reilly 288e32b47d fix import 2023-05-19 18:17:24 -05:00
Paul Reilly 8605120752 Remove ACF 2023-05-19 16:46:45 -05:00
Paul Reilly 47fcda6462 Updates 💯 2023-05-18 23:15:17 -05:00
PaldiuandGitHub 1ecff910ec Update README.md 2023-05-18 02:50:33 -05:00
PaldiuandGitHub f1f13f0217 Update README.md 2023-05-18 02:36:33 -05:00
PaldiuandGitHub 0fbc51cb42 Merge pull request #3 from SimplexDevelopment/feat/scissors-api
Use Scissors API instead of Paper API
2023-05-17 19:59:36 -05:00
PaldiuandGitHub ca004a1b50 Merge pull request #2 from SimplexDevelopment/fix/gradlew
Mark gradlew wrapper as executable
2023-05-17 19:04:18 -05:00
PaldiuandGitHub 772b5149ae Update README.md 2023-05-17 17:07:08 -05:00
PaldiuandGitHub c80bbbc467 Update README.md 2023-05-17 16:08:58 -05:00
PaldiuandGitHub c8805bdf22 Update README.md 2023-05-17 16:05:37 -05:00
PaldiuandGitHub f18cd0ebb9 Update README.md 2023-05-17 16:04:23 -05:00
PaldiuandGitHub 04da15ec52 Update README.md 2023-05-17 15:35:39 -05:00
PaldiuandGitHub e79bed62e2 Update README.md 2023-05-17 15:34:48 -05:00
PaldiuandGitHub eae6b410d5 Update README.md 2023-05-17 15:17:33 -05:00
PaldiuandGitHub 42059009a0 Merge pull request #1 from SimplexDevelopment/Paldiu-patch-1
Update README.md
2023-05-17 15:15:03 -05:00
PaldiuandGitHub 6f0ddb23f0 Update README.md 2023-05-17 15:14:43 -05:00
Paul Reilly 6f400e505c Upgrades 2023-05-15 01:30:37 -05:00
PaldiuandGitHub 5a395554cf Update README.md 2023-05-14 00:32:10 -05:00
PaldiuandGitHub 9ce6a1ccd5 Update README.md 2023-05-14 00:28:03 -05:00
PaldiuandGitHub 8fb40119c7 Update README.md 2023-05-14 00:22:42 -05:00
PaldiuandGitHub 86c1ed430a Update README.md 2023-05-14 00:05:12 -05:00
PaldiuandGitHub 536d03ad0a Rename LICENSE to LICENSE.md 2023-05-13 22:36:55 -05:00
PaldiuandGitHub 8f6ff0a773 Update README.md 2023-05-13 22:35:35 -05:00
PaldiuandGitHub 4e4f982a1a Update README.md 2023-05-13 22:35:16 -05:00
PaldiuandGitHub 80975cc9da Create LICENSE 2023-05-13 22:34:15 -05:00
PaldiuandGitHub 2546b0de07 Create gradle.yml 2023-05-13 22:32:39 -05:00