Skip to content

Commit

Permalink
[CORE] ArmorStandEditor 1.18.2-34.2 (#64)
Browse files Browse the repository at this point in the history
* [CORE] Hotfix: Invisibility COnfig Issues and Debug being enabled by default

Signed-off-by: Wolfieheart <[email protected]>
Signed-off-by: Wolfstorm <[email protected]>

* [CORE] Version Bump to 1.18.2-34.2

Signed-off-by: Wolfieheart <[email protected]>
Signed-off-by: Wolfstorm <[email protected]>

* [CORE] Version Bump to 1.18.2-34.2

Signed-off-by: Wolfieheart <[email protected]>
Signed-off-by: Wolfstorm <[email protected]>

* [CORE] Code Review Remarks - Sonar!

Signed-off-by: Wolfieheart <[email protected]>
Signed-off-by: Wolfstorm <[email protected]>
  • Loading branch information
Wolfieheart authored May 14, 2022
1 parent 05fc35e commit c5bb598
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</div>
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.rypofalem.armorstandeditor</groupId>
<artifactId>armorstandeditor</artifactId>
<packaging>jar</packaging>
<version>1.18.2-34.1</version>
<version>1.18.2-34.2</version>
<name>armorstandeditor</name>
<url>http://maven.apache.org</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5bb598

Please sign in to comment.