diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-21 19:45:21 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-21 19:45:21 +0800 |
commit | a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235 (patch) | |
tree | bc17dee4d2a1e51341f14bb8565cc6a6d20c57d9 /features/dungeonMap2 | |
parent | e0e237c8831cb483ef945856b3d5355d0f647a50 (diff) | |
download | SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.gz SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.bz2 SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.zip |
+ dragon leaderboard display
Diffstat (limited to 'features/dungeonMap2')
-rw-r--r-- | features/dungeonMap2/index.js | 2 | ||||
-rw-r--r-- | features/dungeonMap2/metadata.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/features/dungeonMap2/index.js b/features/dungeonMap2/index.js index 08f0869..61909a0 100644 --- a/features/dungeonMap2/index.js +++ b/features/dungeonMap2/index.js @@ -19,7 +19,7 @@ class DungeonMap extends Feature { onEnable() { if (Player.getUUID().toString() !== "dc8c3964-7b29-4e03-ae9e-d13ebd65dd29") { - new SettingBase("Coming soontm", "maby", undefined, "coming_soontm", this) + new SettingBase("not Coming soontm", "maby", undefined, "coming_soontm", this) return } this.mapLocation = new ImageLocationSetting("Map Location", "Sets the location of the map on the hud", "dmap_location", this, [10, 10, 1], new Image(javax.imageio.ImageIO.read(new java.io.File("./config/ChatTriggers/modules/SoopyV2/features/dungeonMap/map.png"))), 150, 150) diff --git a/features/dungeonMap2/metadata.json b/features/dungeonMap2/metadata.json index a32de89..53e7e03 100644 --- a/features/dungeonMap2/metadata.json +++ b/features/dungeonMap2/metadata.json @@ -1,7 +1,7 @@ { "name": "Dungeon Map 2", "description": "WIP", - "isHidden": false, + "isHidden": true, "isTogglable": true, "defaultEnabled": false, "sortA": 1 |