diff --git a/plugins/config/GoodMorningBitcoin.json b/plugins/config/GoodMorningBitcoin.json new file mode 100644 index 0000000..22573cb --- /dev/null +++ b/plugins/config/GoodMorningBitcoin.json @@ -0,0 +1,3 @@ +{ + "ApiEndpoint": "https://radio.goodmorningbitcoin.com/api/nowplaying" +} \ No newline at end of file diff --git a/plugins/config/Vanish.json b/plugins/config/Vanish.json index 0c56e48..486a276 100644 --- a/plugins/config/Vanish.json +++ b/plugins/config/Vanish.json @@ -9,6 +9,8 @@ "Automatically vanish players (with the vanish.use perm) on player connect": true, "Automatically vanish players (with the vanish.use perm) on player disconnect": true, "Keep a vanished player hidden on disconnect": true, + "Teleport a vanished player under the map on disconnect": false, + "Teleport a vanished player above the map on connect": true, "Bypass violation checks for vanished players": true, "Turn off fly hack detection for players in vanish": true, "Disable metabolism in vanish": true, @@ -19,7 +21,7 @@ "Sound effect to use when vanishing": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab", "Sound effect to use when reappearing": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab", "Enable GUI": true, - "Icon URL (.png or .jpg)": "https://i.imgur.com/yL9HNRy.png", + "Icon URL (.png or .jpg)": "https://i.ibb.co/3rZzftx/yL9HNRy.png", "Image Color": "1 1 1 0.3", "Image AnchorMin": "0.175 0.017", "Image AnchorMax": "0.22 0.08" diff --git a/plugins/config/Whitelist.json b/plugins/config/Whitelist.json new file mode 100644 index 0000000..c4a706e --- /dev/null +++ b/plugins/config/Whitelist.json @@ -0,0 +1,4 @@ +{ + "Admin Excluded (true/false)": true, + "Reset On Restart (true/false)": false +} \ No newline at end of file