_OfTeN_
|
d3c831c19b
|
Added a config option to enforce additional crafting recipe check (in case you're encountering issues with 3d party custom item plugins like ItemsAdder or Oraxen)
|
2023-07-30 20:38:09 +03:00 |
|
_OfTeN_
|
5c267d500a
|
Fixed head arg parser breaking back serialization when used with texture
|
2023-07-12 23:42:52 +03:00 |
|
Auxilor
|
4301d83e91
|
Removed ItemMetaProxy, can be reimplemented much better without NMS
|
2023-07-06 17:33:44 +01:00 |
|
Auxilor
|
84d5c5e665
|
Merge branch 'master' into develop
|
2023-07-05 15:33:07 +01:00 |
|
Auxilor
|
50f217eebe
|
Switched to a standard map for LazyPlaceholderTranslationExpressionHandler
|
2023-07-05 15:30:06 +01:00 |
|
Auxilor
|
238bd08502
|
Merge remote-tracking branch 'origin/dependabot/gradle/org.javassist-javassist-3.29.2-GA'
|
2023-07-05 14:51:57 +01:00 |
|
Auxilor
|
940e6e8b5b
|
Merge remote-tracking branch 'origin/dependabot/gradle/io.lumine-Mythic-5.3.5'
|
2023-07-05 14:51:56 +01:00 |
|
Auxilor
|
841ed52bdd
|
Merge remote-tracking branch 'origin/dependabot/gradle/com.arcaniax-HeadDatabase-API-1.3.1'
|
2023-07-05 14:51:52 +01:00 |
|
Auxilor
|
245b577adc
|
Expressions that are just numbers will be immediately converted rather than being evaluated
|
2023-07-05 14:44:22 +01:00 |
|
dependabot[bot]
|
1258305755
|
Bump io.lumine:Mythic from 5.2.1 to 5.3.5
Bumps io.lumine:Mythic from 5.2.1 to 5.3.5.
---
updated-dependencies:
- dependency-name: io.lumine:Mythic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-04 21:35:54 +00:00 |
|
_OfTeN_
|
cd8ed5a823
|
Implemented ItemMetaProxy with an ability to set/get trim from the 1.20 armor meta
Added an ArgParserTrim to add trims to armor via item lookup strings
|
2023-06-24 16:38:10 +03:00 |
|
_OfTeN_
|
795ead57bf
|
Fixed MythicMobs mob test predicate
|
2023-06-23 11:24:03 +03:00 |
|
_OfTeN_
|
910cdaf992
|
Updated KingdomsX antigrief integration
|
2023-06-23 10:41:15 +03:00 |
|
dependabot[bot]
|
3c5190da3a
|
Bump com.arcaniax:HeadDatabase-API from 1.3.0 to 1.3.1
Bumps [com.arcaniax:HeadDatabase-API](https://github.com/Arcaniax-Development/HeadDatabase-API) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/Arcaniax-Development/HeadDatabase-API/releases)
- [Commits](https://github.com/Arcaniax-Development/HeadDatabase-API/compare/1.3.0...1.3.1)
---
updated-dependencies:
- dependency-name: com.arcaniax:HeadDatabase-API
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-19 21:59:50 +00:00 |
|
dependabot[bot]
|
0f0f003f23
|
Bump org.javassist:javassist from 3.28.0-GA to 3.29.2-GA
Bumps [org.javassist:javassist](https://github.com/jboss-javassist/javassist) from 3.28.0-GA to 3.29.2-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases)
- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)
- [Commits](https://github.com/jboss-javassist/javassist/commits)
---
updated-dependencies:
- dependency-name: org.javassist:javassist
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-19 21:59:28 +00:00 |
|
Auxilor
|
09417d0834
|
Expressions that are just numbers will be immediately converted rather than being evaluated
|
2023-06-18 21:11:14 +02:00 |
|
Auxilor
|
8eb62d65b4
|
Fixed PersistentDataKeyType.BIG_DECIMAL
|
2023-06-18 14:11:50 +02:00 |
|
Auxilor
|
ff356fcde5
|
Fixed not player messages
|
2023-06-17 20:57:36 +02:00 |
|
Auxilor
|
c8f710161d
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# gradle.properties
|
2023-06-13 15:29:12 +02:00 |
|
Auxilor
|
f840a55734
|
Fixed 1.20 bugs
|
2023-06-13 15:28:12 +02:00 |
|
Auxilor
|
7e74223352
|
Added 1.20 support
|
2023-06-08 21:30:16 +01:00 |
|
Auxilor
|
b6f2b9d4ea
|
Added global %player% placeholder
|
2023-06-05 14:09:17 +01:00 |
|
Auxilor
|
5b5e161062
|
Added head arg parser
|
2023-06-05 13:22:21 +01:00 |
|
Auxilor
|
ffa511176f
|
Improved packet event error logging
|
2023-06-03 15:39:38 +01:00 |
|
Auxilor
|
74aeaec257
|
Added NumberUtils.evaluateExpressionOrNull
|
2023-06-03 15:13:42 +01:00 |
|
Auxilor
|
a6b7dda82d
|
Added check to prevent !!float in configs
|
2023-06-03 14:20:59 +01:00 |
|
Auxilor
|
d2fdb4f8e0
|
Packet events will no longer kick players if exceptions are thrown
|
2023-06-03 14:03:14 +01:00 |
|
Auxilor
|
08a4d9d6b1
|
Changed playerflow to use local server ID
|
2023-05-22 01:35:23 +01:00 |
|
Auxilor
|
7ef8dcfd64
|
Merge branch 'develop'
|
2023-05-21 19:07:56 +01:00 |
|
Auxilor
|
5bedf88b4c
|
Updated lang.yml
|
2023-05-21 19:03:47 +01:00 |
|
Auxilor
|
1d241651b5
|
Added config option for playerflow
|
2023-05-21 17:01:13 +01:00 |
|
Auxilor
|
3ff2bfa412
|
Updated playerflow URL
|
2023-05-21 16:58:21 +01:00 |
|
Auxilor
|
a4c5ff921e
|
Added playerflow
|
2023-05-21 16:38:17 +01:00 |
|
Auxilor
|
137e9dc7d6
|
Added global price display names
|
2023-05-20 18:01:45 +01:00 |
|
Auxilor
|
710cec4bc1
|
Merge branch 'develop'
|
2023-05-19 13:17:05 +01:00 |
|
Auxilor
|
5093799775
|
Merge remote-tracking branch 'origin/develop' into develop
|
2023-05-19 13:15:34 +01:00 |
|
Sen2000
|
bbc2513b40
|
Fix RoyaleEconomy integration
|
2023-05-19 16:54:05 +07:00 |
|
Sen2000
|
c7f8063a3a
|
Add RoyaleEconomy to prices system
|
2023-05-19 09:11:17 +07:00 |
|
ChanceSD
|
14b0f1be0c
|
Fix PvPManager integration
|
2023-05-18 22:42:49 +01:00 |
|
Auxilor
|
6645e216d5
|
Fixed stupid profile saver bug
|
2023-05-18 15:35:47 +01:00 |
|
Auxilor
|
4f406353ba
|
Fixed data bug
|
2023-05-18 14:33:14 +01:00 |
|
Auxilor
|
095494dd2e
|
Fixed PersistentDataKeyType.BIG_DECIMAL and javadoc
|
2023-05-17 18:39:48 +01:00 |
|
Auxilor
|
1a6ac29083
|
Fixed PersistentDataKeyType.BIG_DECIMAL
|
2023-05-17 17:26:48 +01:00 |
|
Auxilor
|
f0ae8f4f84
|
Fixed DelegatedBukkitCommand (again)
|
2023-05-15 17:42:49 +01:00 |
|
Auxilor
|
4fc3c22a7d
|
Added PersistentDataKeyType#BIG_DECIMAL
|
2023-05-15 12:05:37 +01:00 |
|
Auxilor
|
4aed33751d
|
EcoPlugin#afterLoad now runs 2 ticks after, with a preliminary reload 1 tick after startup to fix load order bugs
|
2023-05-13 17:43:31 +01:00 |
|
Auxilor
|
5feaa84b2c
|
Revert "Probably janky solution to command aliases"
This reverts commit 862b588c8d.
|
2023-05-12 16:57:12 +01:00 |
|
Auxilor
|
d8793bc2bb
|
Fixed command aliases
|
2023-05-12 16:54:03 +01:00 |
|
Auxilor
|
15c512f3ca
|
Cleanup
|
2023-05-12 15:40:28 +01:00 |
|
Auxilor
|
862b588c8d
|
Probably janky solution to command aliases
|
2023-05-12 15:37:29 +01:00 |
|