You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getPlugin().getSLF4JLogger().error("Effect {} is implemented incorrectly, invoking executeLimit from main thread, please report this!", getEffectName());
459
-
returnnewCCInstantEffectResponse(request.getRequestId(), ResponseStatus.FAIL_PERMANENT, "Effect is implemented incorrectly");
460
-
}
457
+
// if (isMainThread()) {
458
+
// getPlugin().getSLF4JLogger().error("Effect {} is implemented incorrectly, invoking executeLimit from main thread, please report this!", getEffectName());
459
+
// return new CCInstantEffectResponse(request.getRequestId(), ResponseStatus.FAIL_PERMANENT, "Effect is implemented incorrectly");
"config.crowdcontrol.global.description": "Enables global mode which applies incoming effects to every player on the world.",
13
+
"config.crowdcontrol.hosts.name": "Hosts",
14
+
"config.crowdcontrol.hosts.description": "Specify other players that are allowed to use server-wide effects like setting the server difficulty. Can be Minecraft usernames, UUIDs, Crowd Control usernames, or Crowd Control IDs. Irrelevant with Share Effects enabled.",
"config.crowdcontrol.default_item_limit.description": "Default limit for how many players can receive one Give Item effect. 0 is unlimited. Applicable only to sessions with multiple linked players.",
"config.crowdcontrol.item_limit.description": "Individual limits for how many players can receive one Give Item effect. 0 is unlimited. Applicable only to sessions with multiple linked players.",
"config.crowdcontrol.default_entity_limit.description": "Default limit for how many players can receive one Summon/Remove Entity effect. 0 is unlimited. Applicable only to sessions with multiple linked players.",
"config.crowdcontrol.entity_limit.description": "Individual limits for how many players can receive one Summon/Remove Entity effect. 0 is unlimited. Applicable only to sessions with multiple linked players.",
35
+
"config.crowdcontrol.advanced_settings": "Custom Effects can be defined in the mod's config file.",
36
+
"config.crowdcontrol.missing": "Please install Yet Another Config Lib to visually configure the config, or manually edit the crowdcontrol.conf file.",
0 commit comments