forked from wsaada19/CommunityQuests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTracks
More file actions
25 lines (21 loc) · 790 Bytes
/
Tracks
File metadata and controls
25 lines (21 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Added new apis:
- Files (config.yml, messages.yml)
+ Managing using abstraction
- Colorization:
+ Modifying text
+ Command's blueprint
+ MenuAPI & MenuEvents
+ Double to String converter
Files:
- messages.yml
+ Added prefix
- config.yml
+ Replacement for default plugin's config
Changes:
- Migrated LangueConfig, Message from package me.wonka01.ServerQuests.configuration.messages to me.knighthat.apis.files.Messages
- Updated readability and accesibility of commands
- Reduced java version to Java8 to support Server 1.12.x
- Removed PermissionNode class as it was unused
- Merged ObjectiveTypeUtil to ObjectiveType
- Moved default config to external source
- Merged NumberUtils, EntityUtils, MaterialUtils into one single file