Skip to content

Commit

Permalink
Update_17
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyuky7 committed Sep 26, 2022
1 parent 7c32cc6 commit aea6040
Show file tree
Hide file tree
Showing 32 changed files with 47 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.happyrogelio7</groupId>
<artifactId>SepareWorldItems</artifactId>
<version>1.2.19-DEV-117</version>
<version>1.2.19</version>
<packaging>jar</packaging>

<name>SepareWorldItems</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void onEnable() {
Bukkit.getConsoleSender().sendMessage(MessageColors.getMsgColor("&f [Register]: &aReload Files."));
Bukkit.getConsoleSender().sendMessage(MessageColors.getMsgColor("&3&m------------------------------------"));

if (!getConfig().getString("general.config").equals("1.2.19-DEV-117")) {
if (!getConfig().getString("general.config").equals("1.2.19")) {
Bukkit.getConsoleSender().sendMessage(MessageColors.getMsgColor("&3&m------------------------------------"));
Bukkit.getConsoleSender().sendMessage(MessageColors.getMsgColor("&f [Error]: &cConfig Version ERROR."));
getLogger().log(Level.SEVERE, "[Error]: Config Version ERROR.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St

return true;

} else if (args[0].equalsIgnoreCase("bypass1")){
}/* else if (args[0].equalsIgnoreCase("bypass1")){
if (!p.hasPermission("separeworlditems.cmd.bypass1")) {
p.sendMessage(MessageColors.getMsgColor(plugin.getMsgs().getString("general.no-permission")
Expand All @@ -132,7 +132,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
return true;
} else if (args[0].equalsIgnoreCase("bypass")){
}*/ else if (args[0].equalsIgnoreCase("bypass")){

if (!p.hasPermission("separeworlditems.cmd.bypass")) {
p.sendMessage(MessageColors.getMsgColor(plugin.getMsgs().getString("general.no-permission")
Expand Down
4 changes: 2 additions & 2 deletions Code/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# Discord OR Support: https://discord.gg/3EebYUyeUX
# Config Plugin SepareWorldItems 1.2.19
# Update = true
# Config = 1.2.19-DEV-117
# Config = 1.2.19
#
general:
update: true
update-link: "https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/" #Do not change.
config: 1.2.19-DEV-117 #Do not change
config: 1.2.19 #Do not change
java-version: 17 #Do not change, This version is build for Java 17.
#
# Options.
Expand Down
6 changes: 5 additions & 1 deletion Code/src/main/resources/langs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Config Langs
# Config = 1.2.19-DEV-116
# Config = 1.2.19
# Prefix Value: %prefix%
# Lang: EN
# Here you can find the list of languages to which the plugin is already translated:
# Github: https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/tree/master/langs
# Translate by: https://github.com/HappyRogelio7/
general:
prefix: "&8[&aSepareWorldItems&8]&r" #Value: %prefix%
reload: |-
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ SEPARE WORLD ITEMS, It's a echo plugin to be for your invention by world.
### Author's note:
**As of Version 1.2.19, there will only be one version of the plugin which will be compatible with any version from 1.16 to 1.19.2 without errors, it should also work perfectly on 1.12.2 servers. Not sure if it will work 100% on 1.8.8**

[Donwload / 1.17-1.19 Version Java 17](https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/blob/master/SepareWorldItems-Downloads/Updates/SepareWorldItems-1.2.18.jar)

[Donwload / 1.8-1.16 Version java 11](https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/blob/master/SepareWorldItems-Downloads/Updates/SepareWorldItems-1.2.18-Legacy.jar)
[Donwload 1.2.19 / Minecraft Version Support 1.8.8 - 1.19.2 ](https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/blob/master/SepareWorldItems-Downloads/Updates/SepareWorldItems-1.2.19.jar)


---
Expand Down
19 changes: 10 additions & 9 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ currently being supported with security updates.

**Official Verions | Security Update Support**

| Version | Supported |
|--------------|--------------------|
| 1.2.18 | :white_check_mark: |
| 1.2.18-Legacy | :white_check_mark: |
| 1.2.17 | :x: |
| Version | Supported |
|---------------|--------------------|
| 1.2.19 | :white_check_mark: |
| 1.2.18 | :x: |
| 1.2.18-Legacy | :x: |
| 1.2.17 | :x: |
| 1.2.17-Legacy | :x: |
| < 1.2.16 | :x: |
| < 1.2.16 | :x: |

**Dev Versions, Beta's, Alpha's | Security Update Support**

| Version | Supported |
|------------------| ------------------ |
|------------------|--------------------|
| 1.2.19-DEV-117 | :white_check_mark: |
| 1.2.19-DEV-116 | :white_check_mark: |
| < 1.2.19-DEV-115 | :x: |
| 1.2.19-DEV-116 | :x: |
| < 1.2.19-DEV-116 | :x: |
| < 1.2.16 | :x: |

## Reporting a Vulnerability
Expand Down
Binary file not shown.
6 changes: 5 additions & 1 deletion langs/langs-de.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Config Langs
# Config = 1.2.19-DEV-116
# Config = 1.2.19
# Prefix Value: %prefix%
# Lang: DE
# Here you can find the list of languages to which the plugin is already translated:
# Github: https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/tree/master/langs
# Translate by: https://github.com/InfoBlock
general:
prefix: "&8[&aSepareWorldItems&8]&r" #Value: %prefix%
reload: |-
Expand Down
6 changes: 5 additions & 1 deletion langs/langs-en.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Config Langs
# Config = 1.2.19-DEV-116
# Config = 1.2.19
# Prefix Value: %prefix%
# Lang: EN
# Here you can find the list of languages to which the plugin is already translated:
# Github: https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/tree/master/langs
# Translate by: https://github.com/HappyRogelio7/
general:
prefix: "&8[&aSepareWorldItems&8]&r" #Value: %prefix%
reload: |-
Expand Down
6 changes: 5 additions & 1 deletion langs/langs-es.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Config Langs
# Config = 1.2.19-DEV-116
# Config = 1.2.19
# Prefix Value: %prefix%
# Lang: ES
# Here you can find the list of languages to which the plugin is already translated:
# Github: https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/tree/master/langs
# Translate by: https://github.com/HappyRogelio7/
general:
prefix: "&8[&aSepareWorldItems&8]&r" #Value: %prefix%
reload: |-
Expand Down
6 changes: 5 additions & 1 deletion langs/langs-jp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Config Langs
# Config = 1.2.19-DEV-116
# Config = 1.2.19
# Prefix Value: %prefix%
# Lang: jp
# Here you can find the list of languages to which the plugin is already translated:
# Github: https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/tree/master/langs
# Translate by: https://github.com/HappyRogelio7/
general:
prefix: "&8[&aSepareWorldItems&8]&r" #Value: %prefix%
reload: |-
Expand Down
6 changes: 5 additions & 1 deletion langs/langs-pt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Config Langs
# Config = 1.2.19-DEV-116
# Config = 1.2.19
# Prefix Value: %prefix%
# Lang: PT
# Here you can find the list of languages to which the plugin is already translated:
# Github: https://github.com/HappyRogelio7/SEPARE-WORLD-ITEMS/tree/master/langs
# Translate by: https://github.com/HappyRogelio7/
general:
prefix: "&8[&aSepareWorldItems&8]&r" #Value: %prefix%
reload: |-
Expand Down

0 comments on commit aea6040

Please sign in to comment.