diff --git a/README.md b/README.md index eb6f637b..9fa74c1d 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ [![Build Status](https://github.com/Wolfst0rm/ArmorStandEditor/actions/workflows/maven-publish.yml/badge.svg?style=flat)](https://github.com/Wolfst0rm/ArmorStandEditor/actions/workflows/maven-publish.yml) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=wolfieheart_ArmorStandEditor&metric=sqale_rating&style=flat)](https://sonarcloud.io/summary/new_code?id=wolfieheart_ArmorStandEditor) [![CodeFactor](https://www.codefactor.io/repository/github/wolfieheart/armorstandeditor/badge?style=flat)](https://www.codefactor.io/repository/github/wolfieheart/armorstandeditor) +[![Official Discord](https://img.shields.io/discord/955408323522494464?label=Discord%20for%20ASE)](https://discord.gg/aUf4AWAKmr) [![Scanned with Sonarcloud](https://img.shields.io/badge/Scanned%20With-Sonarcloud-orange?style=flat&logo=sonarcloud)](https://sonarcloud.io/summary/new_code?id=Wolfst0rm_ArmorStandEditor) [![wakatime](https://wakatime.com/badge/github/Wolfst0rm/ArmorStandEditor.svg?style=flat)](https://wakatime.com/badge/github/Wolfst0rm/ArmorStandEditor) [![Compatibility/GetBukkit](https://img.shields.io/badge/Compatability-Paper%2C%20Spigot%2C%20Bukkit%20etc.%20(GetBukkit.org)-yellowgreen?style=flat)](https://getbukkit.org/) [![License](https://img.shields.io/badge/Licence-GNU%20Public%20V2%20-red?style=flat)](https://github.com/Wolfst0rm/ArmorStandEditor/LICENSE.md) [![Roadmap](https://img.shields.io/badge/Roadmap-ArmorStandEditor--Issues%2311-orange?style=flat)](https://github.com/Wolfst0rm/ArmorStandEditor-Issues/issues/11) - ArmorStandEditor is a plugin for [Spigot and related forks](https://www.spigotmc.org/resources/armorstandeditor-reborn.94503/) to allow players in survival to easily edit armor stand pose and attributes. @@ -66,6 +66,7 @@ subject to change in the future. The minimum enforced API Version is 1.13. * Glowing ArmorStand to signify Targeting and Slot Disables through the use of Scoreboards. You can also follow our [Feature Roadmap](https://github.com/Wolfst0rm/ArmorStandEditor-Issues/issues/11) to see what we have planned (Updated as required). +You can also find us on our Discord at: [https://discord.com/invite/aUf4AWAKmr](https://discord.com/invite/aUf4AWAKmr) ## Support Support for ArmorStandEditor is provided: diff --git a/pom.xml b/pom.xml index 845f13fd..c4dc0b6c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.rypofalem.armorstandeditor armorstandeditor jar - 1.18.2-34.1 + 1.18.2-34.2 armorstandeditor http://maven.apache.org diff --git a/src/main/java/io/github/rypofalem/armorstandeditor/ArmorStandEditorPlugin.java b/src/main/java/io/github/rypofalem/armorstandeditor/ArmorStandEditorPlugin.java index 9e0353f5..49ac467c 100644 --- a/src/main/java/io/github/rypofalem/armorstandeditor/ArmorStandEditorPlugin.java +++ b/src/main/java/io/github/rypofalem/armorstandeditor/ArmorStandEditorPlugin.java @@ -162,7 +162,7 @@ public void onEnable(){ getLogger().info(SEPARATOR_FIELD); //Is Debug Enabled - debug = getConfig().getBoolean("debug", true); + debug = getConfig().getBoolean("debug", false); print("Debug Mode Enabled? Well if you can read this its true"); if(debug){ diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9b3d4987..002796d6 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -11,7 +11,7 @@ tool: FLINT requireSneaking: false #Allow the option to toggle invisibility for ItemFrames and ArmorStand -ivisibleItemFrames: true +invisibleItemFrames: true armorStandVisibility: true #(Optional) data that the plugin looks for to identify the edit tool, such as the damage value of a sword or the pattern of sandstone. diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c014c9ec..ca24de30 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ArmorStandEditor main: io.github.rypofalem.armorstandeditor.ArmorStandEditorPlugin -version: 1.18.2-34.1 +version: 1.18.2-34.2 api-version: "1.13" website: https://www.spigotmc.org/resources/94503/ author: Wolfstorm