From 078d8611d743000bd47a1d396d898ac96c0880fe Mon Sep 17 00:00:00 2001 From: Alastair Date: Wed, 3 Jan 2018 23:28:31 +0000 Subject: [PATCH 1/2] Added forgotten files --- Resources/lang/en_GB.lang | 20 ++++++++++++++++++++ pom.xml | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Resources/lang/en_GB.lang diff --git a/Resources/lang/en_GB.lang b/Resources/lang/en_GB.lang new file mode 100644 index 0000000..2a0188b --- /dev/null +++ b/Resources/lang/en_GB.lang @@ -0,0 +1,20 @@ +# Same as default minecraft lang files but can handle comments if a # is the first character +# Anything not set in translations will be defaulted back to the en_GB file. +# The default en_GB will always be loaded before any other file, even if you make a new en_GB so that new strings +# do not have blank values possibly making new features unusable. +# +# The format of included strings is %(number of argument)$s (starts at 1 not 0) +# So the order of variables being inserted into the string is not a set order. Just like minecraft +# +# For colors use \u00A7 or ยง (can be entered by holding alt and pressing 2 then 1 on the numpad) +# http://minecraft.gamepedia.com/Formatting_codes +# +# Also note that some debug messages may not be listed here for translation. +# + +messageprefix.positive=\u00Aa[\u00AeAdvancedPortals\u00Aa] +messageprefix.negative=\u00Ac[\u00A7AdvancedPortals\u00Ac] + +logger.pluginenable=\u00A7aAdvanced portals have been successfully enabled! +logger.plugindisable=\u00A7cAdvanced portals are being disabled! +logger.plugincrafterr=This version of craftbukkit is not yet supported or something went wrong, please post this message with the version number and the above stacktrace in an issue on GitHub v:%1$s diff --git a/pom.xml b/pom.xml index e4b2600..6a90ba5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,10 +3,10 @@ com.sekwah.advancedportals Advanced-Portals - ${basedir}/core/ + ${basedir}/src/ - ${basedir}/Resources + ${basedir}/CoreResources From a0c265dfacd33e4b86cb8503e957e2b06edbaff1 Mon Sep 17 00:00:00 2001 From: Alastair Date: Wed, 3 Jan 2018 23:33:09 +0000 Subject: [PATCH 2/2] Added todo list and removed unneeded info from pom file for core --- TODO.md | 20 ++++++++++++++++++++ pom.xml | 25 ------------------------- 2 files changed, 20 insertions(+), 25 deletions(-) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..33ae588 --- /dev/null +++ b/TODO.md @@ -0,0 +1,20 @@ +TODO +================ +Main Tasks (Generally should be done in order) + +Tag registration system (Mostly done, just needs to be tested and implemented) + +Portal loading system + +Configs for language files to allow all messages to change + +Destination Command + +Portal Command + +Bungee Support Set Locations + +Keept the data storage for destinations and portals generally the same +but modify it a little to be nicer for the tag registry. + +Recode for spongepowered or find a way to make it work easier for them. diff --git a/pom.xml b/pom.xml index 6a90ba5..60d318a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,35 +10,10 @@ - - - - 1.0.0-snapshot UTF-8 1.7 1.7 - - - - - - - \ No newline at end of file