Commit graph

75 commits

Author SHA1 Message Date
d1515c2ab2
Fix using delegated config properties from the Core 2023-07-01 20:11:19 +02:00
b5fd834dc7
Fix chat tests with MockBukkit and fix Paper version
#130
2023-06-27 01:39:35 +02:00
e35e94e87c
Migrate chat formatting to Paper's text component API (#130)
- Also updated the configs to use the interfaces
- Also updated the fun component to use a list config
- The text component change adds Paper as a requirement for this plugin
2023-06-19 00:42:29 +02:00
2242655c41
Merge branch 'hotfix/1.0.1'
# Conflicts:
#	src/main/java/buttondevteam/chat/components/towny/TownyComponent.java
2023-06-07 23:37:10 +02:00
522f29ba58
Update Chroma-Core to v2.0.0 2023-04-26 00:03:18 +02:00
10bf0e98df
Update Towny dependency and replace methods that were removed (#128) 2023-03-13 00:47:40 +01:00
6c1378f370
Update dependencies and fix tellRaw for 1.17+ 2021-12-30 21:19:22 +01:00
dependabot[bot]
5c399a08ad
Bump log4j-core from 2.13.2 to 2.17.0
Bumps log4j-core from 2.13.2 to 2.17.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-18 18:20:48 +00:00
724858ac70
Fix tellRaw for 1.16.4/1.16.5 2021-01-18 17:18:35 +01:00
dc6df53c96
Improve test coverage, preparations, fixes
Removed an unnnecessary bit of code from ChatFormatter
2020-10-29 20:31:38 +01:00
7646db4487
Fix player data plugin name, Spotbugs fixes
Also set the version
2020-10-28 00:28:15 +01:00
77b5a069c5
Merge pull request #123 from TBMCPlugins/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1
2020-10-25 02:00:58 +02:00
c52a6873fe
Exception stuff and player data stuff 2020-10-25 01:18:36 +02:00
dependabot[bot]
737016bf00
Bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 15:56:57 +00:00
a63f2bb256
Greentext formatter, doc and stuff 2020-09-06 22:46:24 +02:00
4d4448fca1
Remove htmlcleaner and fix #117 2020-08-26 22:19:56 +02:00
02423153de
Merge pull request #119 from TBMCPlugins/dependabot/maven/org.apache.logging.log4j-log4j-core-2.13.2
Bump log4j-core from 2.8.1 to 2.13.2
2020-07-27 01:15:05 +02:00
ce4f40c2c4
Fix /u ncolor (#118) 2020-07-25 14:17:11 +02:00
dependabot[bot]
372b2f49b3
Bump log4j-core from 2.8.1 to 2.13.2
Bumps log4j-core from 2.8.1 to 2.13.2.

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-01 18:27:01 +00:00
c688ec9243
Finally fix Towny errors for 1.12 - use the intended API everywhere 2020-04-08 01:10:49 +02:00
e4b47efd3f
Fix case when the second section goes further when combining
And added a test for it
2020-04-07 23:08:48 +02:00
5d8ae7fbd0
Command fixes, remove old preprocessor
Fixed command channels
/tpahere message removed
Made /me an actual command
Fixed some help texts
2020-03-15 03:09:00 +01:00
b452170ff7 Rename 2020-02-04 17:43:35 +01:00
2a9bc58157
F i x & clean combining and attempt to fix range conversion
It might do too many sorts but hey
#71
2019-12-15 03:49:32 +01:00
825e327903
Fix underscore pattern - it was wrong all along
Fix test - in IntelliJ anyways
2019-11-16 01:08:20 +01:00
c0128831a7
Use parent POM 2019-10-23 02:46:15 +02:00
013287cb47
Update to Java 10/11 2019-10-20 20:53:15 +02:00
cc6c477add
Fixed TownyAnnouncer
It took way too long to figure out how to add an appender that actually takes effect
Also changed Towny dep, it'll likely break Travis builds
2019-10-20 02:32:10 +02:00
a91ee1b842 Registering the formatter component
Only disabling the chat handler if the component is enabled
2019-09-30 15:55:25 +02:00
bd656015bf
Fixes, improved color mode command
Renaming
Fixed TownyAnnouncer once again - but it still doesn't work
Improved color mode (separated "unknown color" and "reset")
Fixed ping sound hiding for nicknames (#90)
2019-09-21 02:21:53 +02:00
fa375c4912 Updated code relying on Towny & updated Lombok version
Towny now uses log4j
Newer Lombok supports Java 11
2019-09-16 15:35:28 +02:00
a964ce6595 Fix Towny dep 2019-09-16 13:39:33 +02:00
4a456d9b1e Fixed 3 issues (hopefully)
Fixed #104
Fixed #101 and also allowing spaces in the action
Fixed #90
2019-09-16 11:49:03 +02:00
1275cdafd0
Removed scoreboard that has been there for a long time
PluginMain.java:40
Also made the channel scores unnecessary
As well as the recently introduced dispatchConsoleCommand method
Also probably fixed Towny spy (#100)
2019-08-13 15:02:34 +02:00
415e61a401
isChatOn fix, tellRaw start 2019-08-12 02:50:18 +02:00
4744f2edf9
Supporting clean installs
And other fixes
Also moved the Votifier reward to the core
Checking if Towny is present (only a soft-depend now)
2019-03-01 17:58:40 +01:00
36655dfd84 Adding project file and moving /unlol
Also fixed Vault dep
2019-02-20 13:41:53 +01:00
0802de4b6f
TC/NC & Removed old config stuff
Moved town/nation colors into their component
Removed save command that was apparently there since 2015
It still loads the town/nation colors from the old config if needed
Notification sound/pitch were the last config options to be converted over
#85
2019-01-17 22:23:04 +01:00
6da19877b8
CI build branch fix: Origins
From now on, the TRAVIS_BRANCH variable must be defined, either to master if the other projects (ButtonCore) are built locally, or the correct branch if not
2018-11-22 00:59:22 +01:00
df6e76086b
Treating the RP channel as global 2018-11-01 01:24:01 +01:00
83c99df895
Adding support for nation color (WIP)
Also various fixes
Got rid of a bunch of warnings
2018-10-11 13:15:03 +02:00
991ca23918
Added patron badges & changed wait what
And fixed Votifier repo
2018-04-22 23:13:24 +02:00
2de3f1f6e7
Changing nicknames instead of display names
Essentials dependency fixed
2018-04-20 23:37:41 +02:00
e5053a0483
Fixes and more helpful error messages 2018-04-18 22:44:31 +02:00
4340a50789
Some things
Some fixes and @ someone are days old.
The FTopComomand is weeks old.
2018-04-06 17:01:32 +02:00
029a7f1deb ChatFormat fixes (RC) 2017-11-26 00:29:10 +01:00
c129e5b18b Fixed Spigot versions 2017-11-04 16:57:41 +01:00
b5e8e0f93c *Hacked* town colors into Dynmap-Towny 2017-10-01 01:27:14 +02:00
91c22e650b Fixed ann cmds, chatformat Lombok, testing fixing
Fixed announce commands
Using Lombok for ChatFormat
In the process of fixing the tests
Plus #52, #53
2017-08-25 00:56:47 +02:00
16acba643f Added 3 chars 2017-08-17 17:49:15 +02:00