diff options
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 | 
