-
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add key updating * update VoidNode * add getIndex to Node * replace insert with add at index to match List * ensure correct order when adding entries * update InvalidNode * update SimpleNode * update EntryNode * add iterator for VoidNodes for comments, update SectionNode * add getting a node from full idx * added comparisons between diff lines, getting path, reformatted * update to make it actually work * add formatted debug method * fix error message * reformatted, reduced visibility of getAt * update node comparisons * finalize * update docs * backup before updating, lol * Update src/main/java/ch/njol/skript/config/Config.java * requested changes * change to map * fix paths containing dots causing problems for getPath * update * revert reformatting of node classes * add missing methods to Node * comments * add test * add tests * oops * remove todo * Update src/main/java/ch/njol/skript/config/SectionNode.java Co-authored-by: Patrick Miller <apickledwalrus@gmail.com> * address reviews * remove debug --------- Co-authored-by: Patrick Miller <apickledwalrus@gmail.com> Co-authored-by: Moderocky <admin@moderocky.com>
- Loading branch information
1 parent
a91c968
commit 93e5ac9
Showing
15 changed files
with
683 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.