Skip to content

Commit

Permalink
RELEASE VERSION 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBru00 committed Jul 9, 2020
1 parent 1e7bc85 commit 98322fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="C:/Users/justb/OneDrive/Coding/Test_Server_1.12/plugins/Vault.jar"/>
<classpathentry kind="lib" path="C:/Users/justb/Desktop/Test_Server_1.16/spigot-1.16.1.jar">
<classpathentry kind="lib" path="C:/Users/justb/Desktop/Spigot Builds/New BuildTools Folder/spigot-1.16.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/C:/Users/justb/Desktop/Coding/Downloaded%20Java%20Docs%20for%20Spigot/spigot-api-1.16.1-R0.1-20200625.005128-1-javadoc.jar!/"/>
</attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static void updateMessagesYml() {
updateMessagesYmlString("epicrename.no_args", "&cType /epicrename help for commands. (No Arguments)");
updateMessagesYmlString("epicrename.license", "&6View license information at: http://bit.ly/2eMknxx");
updateMessagesYmlStringList("epicrename.help", "&6/rename <name>", "&6/lore <lore>",
"&6/setloreline <linenum> <text>", "&6/removeloreline <linenum>", "&6/glow", "&6/removeglow",
"&6/setloreline <linenum> <text>", "&6/removeloreline <linenum>", "&6/insertloreline <beforeLineNum> <text>", "&6/glow", "&6/removeglow",
"&6/export <hand,inventory>", "&6/import <hand,inventory> <webLink>", "&6/import raw <rawYAML>",
"&6See more command help at https://www.spigotmc.org/resources/epicrename.4341/",
"&6/epicrename <help, license, reload, debug, version>");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class ConfigurationManager {

public static final int CONFIG_VERSION = 10;
public static final int MESSAGES_VERSION = 13;
public static final int MESSAGES_VERSION = 14;
private static FileConfiguration config = null;
private static PluginFile messages = null;

Expand Down
5 changes: 3 additions & 2 deletions src/messages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#EpicRename messages.yml generated by version 3.7.1+
messages_yml_version: 13
#EpicRename messages.yml generated by version 3.8+
messages_yml_version: 14

epicrename:
no_permission: '&cSorry you don''t have permission to perform that command.'
Expand All @@ -10,6 +10,7 @@ epicrename:
- '&6/lore <lore>'
- '&6/setloreline <linenum> <text>'
- '&6/removeloreline <linenum>'
- '&6/insertloreline <beforeLineNum> <text>'
- '&6/glow'
- '&6/removeglow'
- '&6/export <hand,inventory>'
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: EpicRename
main: com.gmail.justbru00.epic.rename.main.v3.Main
version: 3.8-RC1
version: 3.8
description: Performs different item modifications with easy to use commands.
authors: [Justin Brubaker,JustBru00,jayoevans]
softdepend: [Vault]
Expand Down

0 comments on commit 98322fc

Please sign in to comment.