Skip to content

Commit

Permalink
Version 4.1 Release
Browse files Browse the repository at this point in the history
Fixed a slight bug in config generation (You can regenerate the config file if you want the song urls to be the right URL)
Added ``/oamenu addsong`` to config
Removed close button in admin menu (Replaced with Add Song)
  • Loading branch information
Legoman99573 authored Mar 10, 2018
1 parent 82d880a commit 26194a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenAudioGUI.sk
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ on join:
set {_prefix} to yaml value "OpenAudioGUI.Prefix" from file "plugins/OpenAudioGUI/config.yml"
send "%{_prefix}% &cUnable to check for updates. Check &6https://www.spigotmc.org/resources/openaudiogui.37801/ &cto see if there is an update." to player
else:
if {_ver} isn't "4.0":
if {_ver} isn't "4.1":
set {_prefix} to yaml value "OpenAudioGUI.Prefix" from file "plugins/OpenAudioGUI/config.yml"
send "%{_prefix}% &cYou are using an outdated version of OpenAudioGUI." to player
send "%{_prefix}% &cYou can get the latest release from &6https://www.spigotmc.org/resources/openaudiogui.37801/" to player
Expand Down Expand Up @@ -231,7 +231,7 @@ command /oamenu [<text>] [<text>] [<text>] [<text>]:
set {_prefix} to yaml value "OpenAudioGUI.Prefix" from file "plugins/OpenAudioGUI/config.yml"
send "%{_prefix}% &cUnable to check for updates. Check &6https://www.spigotmc.org/resources/openaudiogui.37801/ &cto see if there is an update." to player
else:
if {_ver} isn't "4.0":
if {_ver} isn't "4.1":
set {_prefix} to yaml value "OpenAudioGUI.Prefix" from file "plugins/OpenAudioGUI/config.yml"
send "%{_prefix}% &cYou are using an outdated version of OpenAudioGUI." to player
send "%{_prefix}% &cYou can get the latest release from &6https://www.spigotmc.org/resources/openaudiogui.37801/" to player
Expand Down

0 comments on commit 26194a1

Please sign in to comment.