+ fix JSON

This commit is contained in:
坏黑
2018-11-08 23:42:14 +08:00
parent b8ab5ebc1a
commit 47faa031eb
8 changed files with 309 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
package me.skymc.taboolib.json.tellraw;
/**
* @Author 坏黑
* @Since 2018-11-07 22:53
*/
public enum TellrawVersion {
LOW_VERSION, HIGH_VERSION, CURRENT_VERSION
}