Addon has been moved to new esoui entry
Chinmay Patil [04-02-21 - 20:25]
Addon has been moved to new esoui entry
diff --git a/AAGroupTool.txt b/AAGroupTool.txt
index 47e8e10..80ce79a 100644
--- a/AAGroupTool.txt
+++ b/AAGroupTool.txt
@@ -1,10 +1,9 @@
-## Title: |cFFD700Artaeum Group Tool|r
+## Title: |cFFD700Artaeum Group Tool - Outdated|r
## APIVersion: 100031
-## Description: A toolset for groups in cyrodil
+## Description: This addon has been moved to a new esoui entry. It will still work, but I recommend uninstalling this addon and installing the new Artaeum Group Tool on esoui.
## Author: |c0DC1CF@M0R_Gaming|r
## SavedVariables: ADVars
## DependsOn: LibAddonMenu-2.0 LibMapPins-1.0>=10027 LibMapPing
ADGroupTool.lua
SettingsMenu.lua
-bindings.xml
\ No newline at end of file
diff --git a/ADGroupTool.lua b/ADGroupTool.lua
index 56b3904..44e61dc 100644
--- a/ADGroupTool.lua
+++ b/ADGroupTool.lua
@@ -270,6 +270,8 @@ function ADGroupTool:Initialize()
LibMapPins:AddPinFilter("Front Doors")
LibMapPins:SetClickHandlers("Front Doors", LMB_handler)
+ d("The Artaeum Group Tool addon has been moved to a new esoui entry. It will still work, but I recommend uninstalling this addon and installing the new Artaeum Group Tool on esoui.")
+
EVENT_MANAGER:UnregisterForEvent(ADGroupTool.name, EVENT_ADD_ON_LOADED)
end
diff --git a/SettingsMenu.lua b/SettingsMenu.lua
index f3782ed..54abe39 100644
--- a/SettingsMenu.lua
+++ b/SettingsMenu.lua
@@ -2,18 +2,26 @@ function ADGroupTool.createSettings()
local vars = ADGroupTool.vars
- local panelName = "ADGroupToolSettingsPanel"
+ local panelName = "OLDADGroupToolSettingsPanel"
local panelData = {
type = "panel",
- name = "|cFFD700Artaeum Group Tool|r",
+ name = "|cFF0000Artaeum Group Tool - Outdated|r",
author = "|c0DC1CF@M0R_Gaming|r",
slashCommand = "/ad"
}
local optionsTable = {
+ {
+ type = "description",
+ title = nil,
+ width = "full",
+ text = "|cFF0000This addon has been moved to a new esoui entry. It will still work, but I recommend uninstalling this addon and installing the new Artaeum Group Tool on esoui.|r"
+ },
+
-- STAY ON CROWN MODULE
+
{
type = "header",
name = "|cFFD700[Stay On Crown Module]|r"
diff --git a/bindings.xml b/bindings.xml
index 1998d41..e69de29 100644
--- a/bindings.xml
+++ b/bindings.xml
@@ -1,12 +0,0 @@
-<Bindings>
- <Layer name="General">
- <Category name="|cFFD700Artaeum Group Tool|r">
- <Action name="ADGROUPTOOL_TOGGLE_SOC">
- <Down>ADGroupTool.startTimer()</Down>
- </Action>
- <Action name="ADGROUPTOOL_POST_DISCORD">
- <Down>ADGroupTool.sendDiscord()</Down>
- </Action>
- </Category>
- </Layer>
-</Bindings>
\ No newline at end of file
diff --git a/changelog.txt b/changelog.txt
index 70b2e9f..6f99182 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,7 @@
+Version 2.0
+----------
+This addon has been moved to a new esoui entry. It will still work, but I recommend uninstalling this addon and installing the new Artaeum Group Tool on esoui.
+
Version 1.3
----------
Added a settings menu
diff --git a/readme.txt b/readme.txt
index d93968d..649820e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,16 +1 @@
-Step 1: Move this folder to your Documents/Elder Scrolls Online/live/addons folder
-Step 2: Reload UI (If your game is open)
-
-Feature 1: Stay on Crown
-> Will kick pugs if they are not on crown for more than 10 min
-> To toggle, type in /stayoncrown or use the keybind
-> To set timeout duration, type /adtimerset [minutes]
-
-Feature 2: Discord Invite
-> Will send a message in group chat with a prefilled discord invite
-> To activate, type in /addiscord or use the keybind
-> To set discord link, type in /adsetdiscord [link]
-
-Coming Soon:
-> Current Position (tells location relative to crown)
-> Healing Radius (tells if you are within a certain radius of crown)
\ No newline at end of file
+This addon has been moved to a new esoui entry. It will still work, but I recommend uninstalling this addon and installing the new Artaeum Group Tool on esoui.
\ No newline at end of file