Update /mspt command to brigadier and lang asset

This commit is contained in:
William Blake Galbreath
2020-03-26 15:07:40 -05:00
parent faf5e485c4
commit 562f8132b7
4 changed files with 77 additions and 88 deletions

View File

@@ -1,4 +1,4 @@
From 2ef2f6347e1e49d46ed569889ec5fbcfaaa29d62 Mon Sep 17 00:00:00 2001
From db58bb38aaaae12c17ffdd206d0016448209d7d5 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
Date: Sat, 21 Mar 2020 11:47:39 -0500
Subject: [PATCH] Configurable server mod name
@@ -22,10 +22,10 @@ index 5d28185248..c5319ff0f5 100644
public CrashReport b(CrashReport crashreport) {
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
index f9f83e5b9a..942f91059d 100644
index a18333ad6c..90a44a539c 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -204,6 +204,11 @@ public class PurpurConfig {
@@ -201,6 +201,11 @@ public class PurpurConfig {
recalculatePermsOnWorldChange = getBoolean("settings.recalculate-perms-on-world-change", recalculatePermsOnWorldChange);
}