Compare commits
3 Commits
main
...
mauberries
Author | SHA1 | Date |
---|---|---|
benamaurer | ddd7286046 | |
mauberries | 4721b31092 | |
benamaurer | 354bb77f9d |
36
.drone.yml
36
.drone.yml
|
@ -1,36 +0,0 @@
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: compliance
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: maven:3-openjdk-16
|
|
||||||
commands:
|
|
||||||
- mvn install
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: release
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: maven:3-openjdk-16
|
|
||||||
commands:
|
|
||||||
- mvn install
|
|
||||||
- name: gitea-release
|
|
||||||
pull: always
|
|
||||||
image: jolheiser/drone-gitea-main:latest
|
|
||||||
settings:
|
|
||||||
token:
|
|
||||||
from_secret: gitea_token
|
|
||||||
base: https://git.canopymc.net
|
|
||||||
files:
|
|
||||||
- "target/QoL-*.jar"
|
|
44
pom.xml
44
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<groupId>xyz.etztech</groupId>
|
<groupId>xyz.etztech</groupId>
|
||||||
<artifactId>QoL</artifactId>
|
<artifactId>QoL</artifactId>
|
||||||
<!-- Version is used in plugin.yml -->
|
<!-- Version is used in plugin.yml -->
|
||||||
<version>1.17</version>
|
<version>1.10</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<!-- Plugin Information -->
|
<!-- Plugin Information -->
|
||||||
|
@ -37,13 +37,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xyz.etztech</groupId>
|
<groupId>xyz.etztech</groupId>
|
||||||
<artifactId>plugin-api</artifactId>
|
<artifactId>plugin-api</artifactId>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.ess3</groupId>
|
||||||
|
<artifactId>EssentialsX</artifactId>
|
||||||
|
<version>2.18.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>us.dynmap</groupId>
|
<groupId>us.dynmap</groupId>
|
||||||
<artifactId>dynmap-api</artifactId>
|
<artifactId>dynmap-api</artifactId>
|
||||||
<version>3.5</version>
|
<version>1.9.4</version>
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
|
@ -53,19 +57,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.discordsrv</groupId>
|
<groupId>com.discordsrv</groupId>
|
||||||
<artifactId>discordsrv</artifactId>
|
<artifactId>discordsrv</artifactId>
|
||||||
<version>1.27.0</version>
|
<version>1.19.1</version>
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>me.lucko</groupId>
|
|
||||||
<artifactId>spark-api</artifactId>
|
|
||||||
<version>0.1-SNAPSHOT</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.nisovin.shopkeepers</groupId>
|
|
||||||
<artifactId>ShopkeepersAPI</artifactId>
|
|
||||||
<version>2.13.3</version>
|
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -80,12 +72,16 @@
|
||||||
<url>https://nexus.scarsz.me/content/groups/public/</url>
|
<url>https://nexus.scarsz.me/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>birbmc-repo</id>
|
<id>etztech-repo</id>
|
||||||
<url>https://mvn.jojodev.com</url>
|
<url>http://repo.etztech.xyz</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>dynmap-repo</id>
|
<id>dynmap-repo</id>
|
||||||
<url>https://repo.mikeprimm.com/</url>
|
<url>http://repo.mikeprimm.com/</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>ess-repo</id>
|
||||||
|
<url>https://ci.ender.zone/plugin/repository/everything/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>mvn-repo</id>
|
<id>mvn-repo</id>
|
||||||
|
@ -99,14 +95,6 @@
|
||||||
<id>jitpack.io</id>
|
<id>jitpack.io</id>
|
||||||
<url>https://jitpack.io</url>
|
<url>https://jitpack.io</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>sonatype-snapshots</id>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>shopkeepers-repo</id>
|
|
||||||
<url>https://repo.projectshard.dev/repository/releases/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
package xyz.etztech.qol;
|
package xyz.etztech.qol;
|
||||||
|
|
||||||
import com.nisovin.shopkeepers.api.ShopkeepersPlugin;
|
import net.ess3.api.IEssentials;
|
||||||
import github.scarsz.discordsrv.DiscordSRV;
|
|
||||||
import net.md_5.bungee.api.chat.BaseComponent;
|
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
|
import org.bukkit.ChatColor;
|
||||||
import org.bukkit.Location;
|
import org.bukkit.Location;
|
||||||
import org.bukkit.configuration.file.FileConfiguration;
|
import org.bukkit.configuration.file.FileConfiguration;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.plugin.RegisteredServiceProvider;
|
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
import org.dynmap.DynmapAPI;
|
import org.dynmap.DynmapAPI;
|
||||||
import org.dynmap.markers.Marker;
|
import org.dynmap.markers.Marker;
|
||||||
|
@ -17,9 +15,7 @@ import org.dynmap.markers.MarkerSet;
|
||||||
import xyz.etztech.qol.commands.*;
|
import xyz.etztech.qol.commands.*;
|
||||||
import xyz.etztech.qol.listeners.*;
|
import xyz.etztech.qol.listeners.*;
|
||||||
import xyz.etztech.qol.other.LinkCommand;
|
import xyz.etztech.qol.other.LinkCommand;
|
||||||
import xyz.etztech.qol.other.Reminder;
|
|
||||||
import xyz.etztech.qol.other.TPSRunnable;
|
import xyz.etztech.qol.other.TPSRunnable;
|
||||||
import me.lucko.spark.api.Spark;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
@ -32,7 +28,7 @@ public class QoL extends JavaPlugin {
|
||||||
private String qolMarkerIcon = null;
|
private String qolMarkerIcon = null;
|
||||||
|
|
||||||
private static QoL instance;
|
private static QoL instance;
|
||||||
private Spark spark = null;
|
private IEssentials essentials = null;
|
||||||
private DynmapAPI dynmap = null;
|
private DynmapAPI dynmap = null;
|
||||||
private MarkerAPI markerAPI = null;
|
private MarkerAPI markerAPI = null;
|
||||||
private MarkerSet playerMarkerSet = null;
|
private MarkerSet playerMarkerSet = null;
|
||||||
|
@ -49,19 +45,16 @@ public class QoL extends JavaPlugin {
|
||||||
private static List<String> audits = new ArrayList<>();
|
private static List<String> audits = new ArrayList<>();
|
||||||
private static List<LinkCommand> links = new ArrayList<>();
|
private static List<LinkCommand> links = new ArrayList<>();
|
||||||
|
|
||||||
private Reminder reminder = null;
|
|
||||||
|
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
instance = this;
|
instance = this;
|
||||||
saveDefaultConfig();
|
saveDefaultConfig();
|
||||||
reloadConfig();
|
reloadConfig();
|
||||||
saveResource("qol.png", true);
|
saveResource("qol.png", true);
|
||||||
|
|
||||||
//Spark hook
|
//Essentials hook
|
||||||
RegisteredServiceProvider<Spark> sparkProvider = Bukkit.getServicesManager().getRegistration(Spark.class);
|
if (Bukkit.getPluginManager().isPluginEnabled("Essentials")) {
|
||||||
if (sparkProvider != null) {
|
log("Hooked into Essentials for TPS alert.");
|
||||||
log("Hooked into Spark for TPS alert.");
|
essentials = (IEssentials) Bukkit.getPluginManager().getPlugin("Essentials");
|
||||||
spark = sparkProvider.getProvider();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Dynmap hook
|
//Dynmap hook
|
||||||
|
@ -91,17 +84,10 @@ public class QoL extends JavaPlugin {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// DiscordSRV Hook
|
|
||||||
if (Bukkit.getPluginManager().isPluginEnabled("DiscordSRV")) {
|
if (Bukkit.getPluginManager().isPluginEnabled("DiscordSRV")) {
|
||||||
new DiscordSRVListener(this);
|
new DiscordSRVListener(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shopkeepers Hook
|
|
||||||
if (Bukkit.getPluginManager().isPluginEnabled("Shopkeepers")) {
|
|
||||||
new HeadShopListener(this);
|
|
||||||
log("Hooked in Shopkeepers for the head shop");
|
|
||||||
}
|
|
||||||
|
|
||||||
if( isEnabled() ) {
|
if( isEnabled() ) {
|
||||||
|
|
||||||
// Add listeners
|
// Add listeners
|
||||||
|
@ -112,7 +98,6 @@ public class QoL extends JavaPlugin {
|
||||||
new BlockIgniteListener(this);
|
new BlockIgniteListener(this);
|
||||||
new CommandPreprocessListener(this);
|
new CommandPreprocessListener(this);
|
||||||
new DeathListener(this);
|
new DeathListener(this);
|
||||||
new EntityChangeBlockListener(this);
|
|
||||||
|
|
||||||
// Add commands
|
// Add commands
|
||||||
new MainCommand(this);
|
new MainCommand(this);
|
||||||
|
@ -129,12 +114,6 @@ public class QoL extends JavaPlugin {
|
||||||
new DeathMuteCommand(this);
|
new DeathMuteCommand(this);
|
||||||
new CheckupCommand(this);
|
new CheckupCommand(this);
|
||||||
new DynmapLinkCommand(this);
|
new DynmapLinkCommand(this);
|
||||||
new WikiCommand(this);
|
|
||||||
new MoonCommand(this);
|
|
||||||
|
|
||||||
if (DiscordSRV.api.isAnyHooked()) {
|
|
||||||
new DiscordIgnoreCommand(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (dynmap != null) {
|
if (dynmap != null) {
|
||||||
new MarkerCommand(this);
|
new MarkerCommand(this);
|
||||||
|
@ -157,17 +136,25 @@ public class QoL extends JavaPlugin {
|
||||||
}, 0, EtzTechUtil.minutesToTicks(schedule));
|
}, 0, EtzTechUtil.minutesToTicks(schedule));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reminder != null && reminder.getFrequency() != 0) {
|
// Reminders
|
||||||
|
int frequency = config.getInt("reminders.frequency");
|
||||||
|
if (frequency > 0) {
|
||||||
Bukkit.getScheduler().scheduleSyncRepeatingTask(QoL.getInstance(), new Runnable() {
|
Bukkit.getScheduler().scheduleSyncRepeatingTask(QoL.getInstance(), new Runnable() {
|
||||||
|
int idx = 0;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
BaseComponent [] msg = reminder.nextReminder();
|
List<String> reminders = config.getStringList("reminders.messages");
|
||||||
for (Player player : Bukkit.getOnlinePlayers()) {
|
ChatColor color = ChatColor.getByChar(config.getString("reminders.color").replace("&", ""));
|
||||||
player.spigot().sendMessage(msg);
|
if (idx >= reminders.size()) {
|
||||||
|
idx = 0;
|
||||||
}
|
}
|
||||||
Bukkit.getConsoleSender().spigot().sendMessage(msg);
|
for (Player player : Bukkit.getOnlinePlayers()) {
|
||||||
|
EtzTechUtil.sms(player, color + reminders.get(idx));
|
||||||
|
}
|
||||||
|
idx++;
|
||||||
}
|
}
|
||||||
}, 0, EtzTechUtil.minutesToTicks(reminder.getFrequency()));
|
}, 0, EtzTechUtil.minutesToTicks(frequency));
|
||||||
}
|
}
|
||||||
|
|
||||||
// TPS Check
|
// TPS Check
|
||||||
|
@ -199,8 +186,6 @@ public class QoL extends JavaPlugin {
|
||||||
qolMarkerIcon = config.getString("dynmap.marker_icon", "blueflag");
|
qolMarkerIcon = config.getString("dynmap.marker_icon", "blueflag");
|
||||||
qolMarkerLayerShow = config.getBoolean("dynmap.marker_set_show", false);
|
qolMarkerLayerShow = config.getBoolean("dynmap.marker_set_show", false);
|
||||||
qolMarkerSetLabel = config.getString("dynmap.marker_set_label", "QoL Markers");
|
qolMarkerSetLabel = config.getString("dynmap.marker_set_label", "QoL Markers");
|
||||||
|
|
||||||
reminder = Reminder.fromConfig(config.getConfigurationSection("reminders"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -297,6 +282,8 @@ public class QoL extends JavaPlugin {
|
||||||
return links;
|
return links;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public IEssentials getEssentials() { return essentials; }
|
||||||
|
|
||||||
public DynmapAPI getDynmap() { return dynmap; }
|
public DynmapAPI getDynmap() { return dynmap; }
|
||||||
|
|
||||||
public void runTask(final String command) {
|
public void runTask(final String command) {
|
||||||
|
@ -349,9 +336,5 @@ public class QoL extends JavaPlugin {
|
||||||
return marker;
|
return marker;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public Spark getSpark() {
|
|
||||||
return spark;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,55 +0,0 @@
|
||||||
package xyz.etztech.qol.commands;
|
|
||||||
|
|
||||||
import github.scarsz.discordsrv.DiscordSRV;
|
|
||||||
import org.bukkit.command.Command;
|
|
||||||
import org.bukkit.command.CommandExecutor;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.bukkit.metadata.FixedMetadataValue;
|
|
||||||
import xyz.etztech.qol.EtzTechUtil;
|
|
||||||
import xyz.etztech.qol.Lang;
|
|
||||||
import xyz.etztech.qol.QoL;
|
|
||||||
|
|
||||||
public class DiscordIgnoreCommand implements CommandExecutor {
|
|
||||||
public static final String DISCORD_IGNORE_METADATA = "qol.discord_ignore";
|
|
||||||
QoL plugin;
|
|
||||||
|
|
||||||
public DiscordIgnoreCommand(QoL plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
plugin.getCommand("discordignore").setExecutor(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean onCommand(CommandSender commandSender, Command command, String s, String[] args) {
|
|
||||||
if (!( commandSender instanceof Player)) {
|
|
||||||
EtzTechUtil.sms(commandSender, Lang.NO_CONSOLE.getDef());
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!commandSender.hasPermission("qol.discordignore")) {
|
|
||||||
EtzTechUtil.sms(commandSender, Lang.NO_PERMISSION.getDef());
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!DiscordSRV.api.isAnyHooked()) {
|
|
||||||
EtzTechUtil.sms(commandSender, "Command not enabled!");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
Player player = (Player) commandSender;
|
|
||||||
|
|
||||||
boolean ignoreState = player.hasMetadata(DISCORD_IGNORE_METADATA);
|
|
||||||
String msg;
|
|
||||||
if (ignoreState) {
|
|
||||||
player.removeMetadata(DISCORD_IGNORE_METADATA, plugin);
|
|
||||||
msg = "Discord messages will now appear.";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
player.setMetadata(DISCORD_IGNORE_METADATA, new FixedMetadataValue(plugin, DISCORD_IGNORE_METADATA));
|
|
||||||
msg = "Ignoring Discord messages.";
|
|
||||||
}
|
|
||||||
|
|
||||||
EtzTechUtil.sms(commandSender, org.bukkit.ChatColor.GREEN + msg);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,51 +0,0 @@
|
||||||
package xyz.etztech.qol.commands;
|
|
||||||
|
|
||||||
import org.bukkit.ChatColor;
|
|
||||||
import org.bukkit.command.Command;
|
|
||||||
import org.bukkit.command.CommandExecutor;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import xyz.etztech.qol.QoL;
|
|
||||||
import xyz.etztech.qol.EtzTechUtil;
|
|
||||||
import xyz.etztech.qol.Lang;
|
|
||||||
|
|
||||||
import java.util.Map;
|
|
||||||
import java.lang.*;
|
|
||||||
|
|
||||||
public class MoonCommand implements CommandExecutor {
|
|
||||||
QoL plugin;
|
|
||||||
|
|
||||||
private final Map<Integer, String> moonPhases = Map.of(
|
|
||||||
0, "Full moon",
|
|
||||||
1, "Waning gibbous",
|
|
||||||
2, "Third quarter",
|
|
||||||
3, "Waning crescent",
|
|
||||||
4, "New moon",
|
|
||||||
5, "Waxing crescent",
|
|
||||||
6, "First quarter",
|
|
||||||
7, "Waxing gibbous"
|
|
||||||
);
|
|
||||||
|
|
||||||
public MoonCommand(QoL paramQoL) {
|
|
||||||
this.plugin = paramQoL;
|
|
||||||
plugin.getCommand("moon").setExecutor(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean onCommand(CommandSender commandSender, Command command, String s, String[] args) {
|
|
||||||
if (!commandSender.hasPermission("qol.moon")) {
|
|
||||||
EtzTechUtil.sms(commandSender, Lang.NO_PERMISSION.getDef());
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
String playername = commandSender.getName();
|
|
||||||
long time = commandSender.getServer().getPlayer(playername).getWorld().getFullTime();
|
|
||||||
double day = Math.floor(time / 24000);
|
|
||||||
int moonPhase = (int)(day % 8);
|
|
||||||
|
|
||||||
StringBuilder message = new StringBuilder(ChatColor.GOLD + "===== Moon Phase Utility =====");
|
|
||||||
message.append("\n" + ChatColor.GREEN + "Current moon phase: " + moonPhases.get(moonPhase) + ".");
|
|
||||||
message.append("\n" + ChatColor.GREEN + "Full moon is " + (moonPhase == 0 ? "tonight." : "in " + (8 - moonPhase) + ((moonPhase == 7) ? " day." : " days.")));
|
|
||||||
EtzTechUtil.sms(commandSender, message.toString());
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,97 +0,0 @@
|
||||||
package xyz.etztech.qol.commands;
|
|
||||||
|
|
||||||
import com.google.gson.JsonArray;
|
|
||||||
import com.google.gson.JsonParser;
|
|
||||||
import org.bukkit.ChatColor;
|
|
||||||
import org.bukkit.command.Command;
|
|
||||||
import org.bukkit.command.TabExecutor;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import xyz.etztech.qol.QoL;
|
|
||||||
import xyz.etztech.qol.EtzTechUtil;
|
|
||||||
import xyz.etztech.qol.Lang;
|
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.InputStreamReader;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public class WikiCommand implements TabExecutor {
|
|
||||||
QoL plugin;
|
|
||||||
|
|
||||||
public WikiCommand(QoL paramQoL) {
|
|
||||||
this.plugin = paramQoL;
|
|
||||||
plugin.getCommand("wiki").setExecutor(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean onCommand(CommandSender commandSender, Command command, String label, String[] args) {
|
|
||||||
if (!commandSender.hasPermission("qol.wiki")) {
|
|
||||||
EtzTechUtil.sms(commandSender, Lang.NO_PERMISSION.getDef());
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (args.length < 1) {
|
|
||||||
EtzTechUtil.sms(commandSender, ChatColor.RED + "Please give a search argument.");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
String query = String.join(" ", args);
|
|
||||||
List<List<String>> result = getWikiResults(query, 1);
|
|
||||||
|
|
||||||
if (result.isEmpty())
|
|
||||||
{
|
|
||||||
EtzTechUtil.sms(commandSender, ChatColor.RED + String.format("Nothing was found on the wiki using: %s", query));
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
String message = ChatColor.GREEN + result.get(0).get(0) + ": " + ChatColor.WHITE + result.get(0).get(1);
|
|
||||||
EtzTechUtil.sms(commandSender, message);
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<String> onTabComplete(CommandSender commandSender, Command command, String label, String[] args) {
|
|
||||||
String query = String.join(" ", args);
|
|
||||||
|
|
||||||
if (query.isEmpty()) return null;
|
|
||||||
|
|
||||||
List<List<String>> results = getWikiResults(query, 10);
|
|
||||||
|
|
||||||
if (results.isEmpty()) return null;
|
|
||||||
|
|
||||||
List<String> completions = new ArrayList<>();
|
|
||||||
results.forEach((result) -> completions.add(result.get(0)));
|
|
||||||
return completions;
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<List<String>> getWikiResults(String query, Integer numOfResults) {
|
|
||||||
try {
|
|
||||||
InputStream response = new URL(String.format(plugin.getConfig().getString("wiki-base-url", "https://minecraft.wiki:") + "/api.php?action=opensearch&format=json&formatversion=2&search=%s&namespace=0&limit=%d", query, numOfResults)).openStream();
|
|
||||||
BufferedReader reader = new BufferedReader(new InputStreamReader(response));
|
|
||||||
JsonArray jsonArray = new JsonParser().parse(reader.readLine()).getAsJsonArray();
|
|
||||||
|
|
||||||
JsonArray names = jsonArray.get(1).getAsJsonArray();
|
|
||||||
JsonArray links = jsonArray.get(3).getAsJsonArray();
|
|
||||||
|
|
||||||
// Check if we got any result
|
|
||||||
if (names.size() < 1)
|
|
||||||
return Collections.emptyList();
|
|
||||||
|
|
||||||
List<List<String>> results = new ArrayList<>();
|
|
||||||
for (int i = 0; i < names.size(); i++)
|
|
||||||
{
|
|
||||||
List<String> e = new ArrayList<>();
|
|
||||||
e.add(names.get(i).getAsString());
|
|
||||||
e.add(links.get(i).getAsString());
|
|
||||||
results.add(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
return results;
|
|
||||||
} catch(Exception e) {
|
|
||||||
return Collections.emptyList();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -6,6 +6,8 @@ import org.bukkit.event.EventHandler;
|
||||||
import org.bukkit.event.EventPriority;
|
import org.bukkit.event.EventPriority;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
import org.bukkit.event.player.AsyncPlayerChatEvent;
|
import org.bukkit.event.player.AsyncPlayerChatEvent;
|
||||||
|
import org.bukkit.advancement.Advancement;
|
||||||
|
import org.bukkit.Namespacedkey;
|
||||||
import xyz.etztech.qol.QoL;
|
import xyz.etztech.qol.QoL;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
@ -48,6 +50,16 @@ public class AsyncPlayerChatListener implements Listener {
|
||||||
String chat = event.getMessage();
|
String chat = event.getMessage();
|
||||||
boolean escape = false;
|
boolean escape = false;
|
||||||
|
|
||||||
|
//Checking if player has been awarded the chat advancement, if not, message is searched for triggers
|
||||||
|
Advancement adv = Bukkit.getAdvancement(new Namespacedkey("canopy", "chat_advancement"));
|
||||||
|
|
||||||
|
if (!player.getAdvancementProgress(adv).isDone()) {
|
||||||
|
List<String> advancementTriggerList = plugin.getConfig().getStringList("chat-advancement-triggers");
|
||||||
|
if (advancementTriggerList.stream().anyMatch(t -> chat.toLowerCase().contains(t.toLowerCase()))) {
|
||||||
|
player.getAdvancementProgress(adv).awardCriteria("win");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Escape
|
// Escape
|
||||||
if (chat.startsWith("\\")) {
|
if (chat.startsWith("\\")) {
|
||||||
escape = true;
|
escape = true;
|
||||||
|
|
|
@ -1,15 +1,9 @@
|
||||||
package xyz.etztech.qol.listeners;
|
package xyz.etztech.qol.listeners;
|
||||||
|
|
||||||
import github.scarsz.discordsrv.DiscordSRV;
|
import github.scarsz.discordsrv.DiscordSRV;
|
||||||
import github.scarsz.discordsrv.api.events.DiscordGuildMessagePreBroadcastEvent;
|
|
||||||
import github.scarsz.discordsrv.api.events.GameChatMessagePreProcessEvent;
|
import github.scarsz.discordsrv.api.events.GameChatMessagePreProcessEvent;
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import xyz.etztech.qol.EtzTechUtil;
|
|
||||||
import xyz.etztech.qol.Lang;
|
|
||||||
import xyz.etztech.qol.QoL;
|
import xyz.etztech.qol.QoL;
|
||||||
import github.scarsz.discordsrv.api.Subscribe;
|
import github.scarsz.discordsrv.api.Subscribe;
|
||||||
import xyz.etztech.qol.commands.DiscordIgnoreCommand;
|
|
||||||
|
|
||||||
public class DiscordSRVListener {
|
public class DiscordSRVListener {
|
||||||
private final QoL plugin;
|
private final QoL plugin;
|
||||||
|
@ -26,18 +20,4 @@ public class DiscordSRVListener {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
|
||||||
public void discordGuildMessagePreBroadcastEvent(DiscordGuildMessagePreBroadcastEvent event) {
|
|
||||||
event.getRecipients().removeIf(recipient -> {
|
|
||||||
if (recipient instanceof Player) {
|
|
||||||
Player player = (Player) recipient;
|
|
||||||
|
|
||||||
return player.hasMetadata(DiscordIgnoreCommand.DISCORD_IGNORE_METADATA);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
package xyz.etztech.qol.listeners;
|
|
||||||
|
|
||||||
import org.bukkit.entity.EntityType;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.entity.EntityChangeBlockEvent;
|
|
||||||
import xyz.etztech.qol.QoL;
|
|
||||||
|
|
||||||
public class EntityChangeBlockListener implements Listener {
|
|
||||||
QoL plugin;
|
|
||||||
|
|
||||||
public EntityChangeBlockListener(QoL plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
plugin.getServer().getPluginManager().registerEvents(this, plugin);
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void onEntityChangeBlock(EntityChangeBlockEvent e) {
|
|
||||||
if (e.getEntity().getType() == EntityType.ENDERMAN) {
|
|
||||||
if(plugin.getConfig().getBoolean("disable-mob-grief.enderman", false)){
|
|
||||||
e.setCancelled(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,68 +0,0 @@
|
||||||
package xyz.etztech.qol.listeners;
|
|
||||||
|
|
||||||
import com.nisovin.shopkeepers.api.ShopkeepersPlugin;
|
|
||||||
import com.nisovin.shopkeepers.api.shopkeeper.ShopkeeperRegistry;
|
|
||||||
import com.nisovin.shopkeepers.api.shopkeeper.admin.regular.RegularAdminShopkeeper;
|
|
||||||
import com.nisovin.shopkeepers.api.shopkeeper.offers.TradeOffer;
|
|
||||||
import org.bukkit.Material;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.player.PlayerJoinEvent;
|
|
||||||
import org.bukkit.inventory.ItemStack;
|
|
||||||
import org.bukkit.inventory.meta.SkullMeta;
|
|
||||||
import xyz.etztech.qol.QoL;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public class HeadShopListener implements Listener{
|
|
||||||
|
|
||||||
private final QoL plugin;
|
|
||||||
private final ShopkeepersPlugin shopkeepersAPI;
|
|
||||||
|
|
||||||
public HeadShopListener(QoL plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
plugin.getServer().getPluginManager().registerEvents(this, plugin);
|
|
||||||
|
|
||||||
this.shopkeepersAPI = ShopkeepersPlugin.getInstance();
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void onJoin(PlayerJoinEvent event) {
|
|
||||||
final Player player = event.getPlayer();
|
|
||||||
|
|
||||||
if (shopkeepersAPI != null && player.hasPermission("qol.head_shop")) {
|
|
||||||
int shopKeeperID = plugin.getConfig().getInt("head_shop.id", -1);
|
|
||||||
|
|
||||||
if (shopKeeperID != -1) {
|
|
||||||
ShopkeeperRegistry shopkeeperRegistry = shopkeepersAPI.getShopkeeperRegistry();
|
|
||||||
RegularAdminShopkeeper donorHeadShop = (RegularAdminShopkeeper) shopkeeperRegistry.getShopkeeperById(shopKeeperID);
|
|
||||||
|
|
||||||
if (donorHeadShop != null) {
|
|
||||||
// Remove the head if it already exists. This is done to refresh the skin of the head.
|
|
||||||
List<? extends TradeOffer> tradeOffers = new ArrayList<>(donorHeadShop.getOffers());
|
|
||||||
tradeOffers.removeIf(tradeOffer -> {
|
|
||||||
SkullMeta itemOfferMeta = (SkullMeta)tradeOffer.getResultItem().getItemMeta();
|
|
||||||
return itemOfferMeta.getOwningPlayer().getUniqueId() == player.getUniqueId();
|
|
||||||
});
|
|
||||||
|
|
||||||
donorHeadShop.setOffers(tradeOffers);
|
|
||||||
|
|
||||||
// Add the head to the shop
|
|
||||||
int diamondPrice = plugin.getConfig().getInt("head_shop.price", 2);
|
|
||||||
ItemStack playerHead = new ItemStack(Material.PLAYER_HEAD);
|
|
||||||
SkullMeta skullMeta = (SkullMeta) playerHead.getItemMeta();
|
|
||||||
|
|
||||||
skullMeta.setOwningPlayer(player);
|
|
||||||
skullMeta.setDisplayName(player.getDisplayName());
|
|
||||||
playerHead.setItemMeta(skullMeta);
|
|
||||||
|
|
||||||
TradeOffer donorHeadTrade = TradeOffer.create(playerHead, new ItemStack(Material.DIAMOND, diamondPrice), null);
|
|
||||||
|
|
||||||
donorHeadShop.addOffer(donorHeadTrade);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -2,10 +2,13 @@ package xyz.etztech.qol.listeners;
|
||||||
|
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.ChatColor;
|
import org.bukkit.ChatColor;
|
||||||
|
import org.bukkit.configuration.ConfigurationSection;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
import org.bukkit.event.player.PlayerJoinEvent;
|
import org.bukkit.event.player.PlayerJoinEvent;
|
||||||
|
import org.bukkit.event.player.PlayerLoginEvent;
|
||||||
|
import org.dynmap.markers.Marker;
|
||||||
import xyz.etztech.qol.QoL;
|
import xyz.etztech.qol.QoL;
|
||||||
import xyz.etztech.qol.commands.CheckupCommand;
|
import xyz.etztech.qol.commands.CheckupCommand;
|
||||||
|
|
||||||
|
|
|
@ -1,63 +0,0 @@
|
||||||
package xyz.etztech.qol.other;
|
|
||||||
|
|
||||||
import net.md_5.bungee.api.chat.BaseComponent;
|
|
||||||
import net.md_5.bungee.api.chat.ComponentBuilder;
|
|
||||||
import org.bukkit.configuration.ConfigurationSection;
|
|
||||||
import net.md_5.bungee.api.ChatColor;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public class Reminder {
|
|
||||||
private final int frequency;
|
|
||||||
private final List<ReminderList> reminderLists;
|
|
||||||
|
|
||||||
public Reminder(int frequency, List<ReminderList> reminderLists) {
|
|
||||||
this.frequency = frequency;
|
|
||||||
this.reminderLists = reminderLists;
|
|
||||||
Collections.sort(reminderLists);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static Reminder fromConfig(ConfigurationSection config) {
|
|
||||||
int frequency = config.getInt("frequency");
|
|
||||||
List<ReminderList> reminderLists = new ArrayList();
|
|
||||||
ConfigurationSection reminderGroups = config.getConfigurationSection("reminder_groups");
|
|
||||||
|
|
||||||
for (String groupName: reminderGroups.getKeys(false)) {
|
|
||||||
ConfigurationSection group = reminderGroups.getConfigurationSection(groupName);
|
|
||||||
|
|
||||||
int period = group.getInt("period", 0);
|
|
||||||
ChatColor color = ChatColor.of(group.getString("color", "#3273DC"));
|
|
||||||
List<String> reminders = group.getStringList("reminders");
|
|
||||||
|
|
||||||
reminderLists.add(new ReminderList(reminders, period, color));
|
|
||||||
}
|
|
||||||
|
|
||||||
return new Reminder(frequency, reminderLists);
|
|
||||||
}
|
|
||||||
|
|
||||||
public BaseComponent[] nextReminder() {
|
|
||||||
BaseComponent[] msg = null;
|
|
||||||
boolean reminderFound = false;
|
|
||||||
for (ReminderList reminderList: reminderLists) {
|
|
||||||
if (!reminderFound && reminderList.isReady()) {
|
|
||||||
msg = new ComponentBuilder().
|
|
||||||
color(reminderList.getColor())
|
|
||||||
.append(reminderList.nextReminder())
|
|
||||||
.create();
|
|
||||||
|
|
||||||
reminderFound = true;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
reminderList.incCount();
|
|
||||||
}
|
|
||||||
|
|
||||||
return msg;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getFrequency() {
|
|
||||||
return frequency;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,46 +0,0 @@
|
||||||
package xyz.etztech.qol.other;
|
|
||||||
|
|
||||||
import net.md_5.bungee.api.ChatColor;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public class ReminderList implements Comparable<ReminderList>{
|
|
||||||
private final List<String> reminders;
|
|
||||||
private final int period;
|
|
||||||
private final ChatColor color;
|
|
||||||
private int ndx;
|
|
||||||
private int count;
|
|
||||||
|
|
||||||
public ReminderList(List<String> reminders, int period, ChatColor color) {
|
|
||||||
this.reminders = reminders;
|
|
||||||
this.period = period;
|
|
||||||
this.color = color;
|
|
||||||
this.ndx = 0;
|
|
||||||
this.count = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void incCount() {
|
|
||||||
count = (count + 1) % (period + 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isReady() {
|
|
||||||
return count == period;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String nextReminder() {
|
|
||||||
String nextReminder = reminders.get(ndx);
|
|
||||||
ndx = (ndx + 1) % reminders.size();
|
|
||||||
|
|
||||||
return nextReminder;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public int compareTo(@NotNull ReminderList o) {
|
|
||||||
return Integer.compare(o.period, this.period);
|
|
||||||
}
|
|
||||||
|
|
||||||
public ChatColor getColor() {
|
|
||||||
return color;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,11 +1,9 @@
|
||||||
package xyz.etztech.qol.other;
|
package xyz.etztech.qol.other;
|
||||||
|
|
||||||
import me.lucko.spark.api.statistic.StatisticWindow;
|
import net.ess3.api.IEssentials;
|
||||||
import me.lucko.spark.api.statistic.types.DoubleStatistic;
|
|
||||||
import org.apache.commons.lang.StringUtils;
|
import org.apache.commons.lang.StringUtils;
|
||||||
import xyz.etztech.core.web.Http;
|
import xyz.etztech.core.web.Http;
|
||||||
import xyz.etztech.qol.QoL;
|
import xyz.etztech.qol.QoL;
|
||||||
import me.lucko.spark.api.Spark;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
@ -20,13 +18,13 @@ public class TPSRunnable implements Runnable {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
Spark spark = plugin.getSpark();
|
IEssentials essentials = plugin.getEssentials();
|
||||||
if (spark != null) {
|
if (essentials != null) {
|
||||||
DoubleStatistic<StatisticWindow.TicksPerSecond> tps = spark.tps();
|
double tps = essentials.getTimer().getAverageTPS();
|
||||||
int threshold = plugin.getConfig().getInt("tps.threshold", 0);
|
int threshold = plugin.getConfig().getInt("tps.threshold", 0);
|
||||||
String webhook = plugin.getConfig().getString("tps.webhook", "");
|
String webhook = plugin.getConfig().getString("tps.webhook", "");
|
||||||
String message = "@here TPS has fallen below " + threshold + "!";
|
String message = "@here TPS has fallen below " + threshold + "!";
|
||||||
if (tps.poll(StatisticWindow.TicksPerSecond.SECONDS_10) < threshold) {
|
if (tps < threshold) {
|
||||||
plugin.log(message);
|
plugin.log(message);
|
||||||
if (StringUtils.isNotEmpty(webhook)) {
|
if (StringUtils.isNotEmpty(webhook)) {
|
||||||
Map<String, String> data = new HashMap<>();
|
Map<String, String> data = new HashMap<>();
|
||||||
|
|
|
@ -60,19 +60,10 @@ schedule:
|
||||||
|
|
||||||
# To disable, set minutes to 0
|
# To disable, set minutes to 0
|
||||||
reminders:
|
reminders:
|
||||||
frequency: 1 # In minutes
|
frequency: 5 # In minutes
|
||||||
reminder_groups:
|
color: '&a'
|
||||||
standard:
|
messages:
|
||||||
color: '#3273DC'
|
- 'Check out the Discord!'
|
||||||
reminders:
|
|
||||||
- '1st Standard Reminder'
|
|
||||||
- '2nd Standard Reminder'
|
|
||||||
event:
|
|
||||||
color: '#3273DC'
|
|
||||||
period: 2
|
|
||||||
reminders:
|
|
||||||
- '1st Event Reminder'
|
|
||||||
- '2nd Event Reminder'
|
|
||||||
|
|
||||||
# A list of links for link command aliases, separated by a comma between name and URL
|
# A list of links for link command aliases, separated by a comma between name and URL
|
||||||
links:
|
links:
|
||||||
|
@ -93,9 +84,6 @@ disable-fire:
|
||||||
ender_crystal: false
|
ender_crystal: false
|
||||||
explosion: false
|
explosion: false
|
||||||
|
|
||||||
disable-mob-grief:
|
|
||||||
enderman: false
|
|
||||||
|
|
||||||
# A list of commands to confirm before using if the user isn't in spectator mode
|
# A list of commands to confirm before using if the user isn't in spectator mode
|
||||||
spec-confirm:
|
spec-confirm:
|
||||||
- "tp"
|
- "tp"
|
||||||
|
@ -117,12 +105,6 @@ dynmap:
|
||||||
map: "surface"
|
map: "surface"
|
||||||
zoom: 5
|
zoom: 5
|
||||||
|
|
||||||
# Shopkeepers Player Head Shop
|
# A list of words/phrases which will award the chant advancement to the message author
|
||||||
head_shop:
|
chat-advancement-triggers:
|
||||||
# Shopkeeper Shop ID, set to -1 to disable
|
- chat_advancment_test
|
||||||
id: -1
|
|
||||||
# Diamond price of a head in the shop, default is 2 diamonds
|
|
||||||
price: 2
|
|
||||||
|
|
||||||
# Base URL for the /wiki command. Should support a https://www.mediawiki.org/wiki/API:Opensearch request
|
|
||||||
wiki-base-url: 'https://minecraft.wiki'
|
|
||||||
|
|
|
@ -4,14 +4,13 @@ description: ${description}
|
||||||
author: ${author}
|
author: ${author}
|
||||||
website: ${url}
|
website: ${url}
|
||||||
main: ${mainClass}
|
main: ${mainClass}
|
||||||
softdepend: [spark, dynmap, DiscordSRV, Shopkeepers]
|
softdepend: [Essentials, dynmap, DiscordSRV]
|
||||||
api-version: 1.13
|
|
||||||
commands:
|
commands:
|
||||||
qol:
|
qol:
|
||||||
description: Base command
|
description: Base command
|
||||||
colors:
|
colors:
|
||||||
description: See all color/formatting codes
|
description: See all color/formatting codes
|
||||||
aliases: [color, c, colour, colours]
|
aliases: [color, c]
|
||||||
list:
|
list:
|
||||||
description: See a list of players
|
description: See a list of players
|
||||||
aliases: [players, playerlist]
|
aliases: [players, playerlist]
|
||||||
|
@ -47,13 +46,6 @@ commands:
|
||||||
marker:
|
marker:
|
||||||
description: Dynmap marker command
|
description: Dynmap marker command
|
||||||
aliases: [mark]
|
aliases: [mark]
|
||||||
wiki:
|
|
||||||
description: Search the Minecraft wiki
|
|
||||||
moon:
|
|
||||||
description: Get information about the current moon phase
|
|
||||||
discordignore:
|
|
||||||
description: Mute chat messages coming from Discord
|
|
||||||
aliases: [dignore]
|
|
||||||
permissions:
|
permissions:
|
||||||
qol.admin:
|
qol.admin:
|
||||||
description: Ability to reload the plugin
|
description: Ability to reload the plugin
|
||||||
|
@ -124,15 +116,3 @@ permissions:
|
||||||
default: op
|
default: op
|
||||||
children:
|
children:
|
||||||
qol.marker.limit: true
|
qol.marker.limit: true
|
||||||
qol.wiki:
|
|
||||||
description: Ability to use the wiki command
|
|
||||||
default: op
|
|
||||||
qol.moon:
|
|
||||||
description: Ability to use the moon command
|
|
||||||
default: op
|
|
||||||
qol.discordignore:
|
|
||||||
description: Ability to use the use the discordignore command
|
|
||||||
default: op
|
|
||||||
qol.head_shop:
|
|
||||||
description: Controls if a player's head should be added to the head shop
|
|
||||||
default: op
|
|
||||||
|
|
Loading…
Reference in New Issue