feat: force impulse core
This commit is contained in:
@@ -1 +1 @@
|
||||
3638
|
||||
3639
|
||||
@@ -162,6 +162,7 @@ public class Configuration {
|
||||
public boolean useChat = false;
|
||||
public boolean useSNBTComponents = true;
|
||||
public boolean coreCommandSpy = true;
|
||||
public boolean forceImpulseCore = false;
|
||||
public boolean logConnectionStatusMessages = true;
|
||||
public boolean resolveSRV = true;
|
||||
public int reconnectDelay = 850;
|
||||
|
||||
@@ -168,7 +168,7 @@ public class CorePlugin implements Listener {
|
||||
|
||||
if (!bot.serverFeatures.hasNamespaces) command = StringUtilities.removeNamespace(command);
|
||||
|
||||
if (bot.serverFeatures.hasExtras) {
|
||||
if (bot.serverFeatures.hasExtras && !bot.options.forceImpulseCore) {
|
||||
bot.session.send(new ServerboundSetCommandBlockPacket(
|
||||
block,
|
||||
command,
|
||||
|
||||
@@ -141,6 +141,7 @@ bots:
|
||||
# useChat - when the bot tellraws it will chat instead of using the core to run tellraw
|
||||
# useSNBTComponents - if the server is >=1.21.5, it's pretty likely that you can enable this since 1.21.5 supports SNBT components
|
||||
# coreCommandSpy - set to true if server supports enabling player's commandspy through command block, defaults to true
|
||||
# forceImpulseCore - set to true if the server is a kaboom clone but still has the minecraft command block mechanic
|
||||
# logConnectionStatusMessages - logs connecting and disconnected messages to console (and the log file) and discord if set to true, defaults to true
|
||||
# resolveSRV - whether to resolve SRV records on the server. the notchian minecraft doesn't resolve them
|
||||
# essentialsMessages - the messages in essentials that the bot uses for self care (no example is intentional)
|
||||
@@ -164,6 +165,7 @@ bots:
|
||||
# useChat: false
|
||||
# useSNBTComponents: true
|
||||
# coreCommandSpy: true
|
||||
# forceImpulseCore: false
|
||||
# logConnectionStatusMessages: true
|
||||
# resolveSRV: true
|
||||
# reconnectDelay: 2000
|
||||
|
||||
Reference in New Issue
Block a user