Using custom commands in Multicraft The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I make an effective Minecraft SMP trap?World Spawn LocationMinecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar)How to award player on every kill in Minecraft using command blocks?Custom CommandsMinecraft: why is my chat invisible?My world stopped workingHow to execute op level commands for non-op players with command signs?Clearing a Custom Lore Item from inventory Minecraft 1.13Custom Advancements and Functions 1.13.2
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
Sort list of array linked objects by keys and values
What is special about square numbers here?
When did F become S in typeography, and why?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
Why can't devices on different VLANs, but on the same subnet, communicate?
How are presidential pardons supposed to be used?
What aspect of planet Earth must be changed to prevent the industrial revolution?
First use of “packing” as in carrying a gun
Match Roman Numerals
How is simplicity better than precision and clarity in prose?
Can the prologue be the backstory of your main character?
Finding the path in a graph from A to B then back to A with a minimum of shared edges
system() function string length limit
How to pronounce 1ターン?
Would an alien lifeform be able to achieve space travel if lacking in vision?
I could not break this equation. Please help me
Single author papers against my advisor's will?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Do working physicists consider Newtonian mechanics to be "falsified"?
How to grep and cut numbers from a file and sum them
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Keeping a retro style to sci-fi spaceships?
Do warforged have souls?
Using custom commands in Multicraft
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I make an effective Minecraft SMP trap?World Spawn LocationMinecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar)How to award player on every kill in Minecraft using command blocks?Custom CommandsMinecraft: why is my chat invisible?My world stopped workingHow to execute op level commands for non-op players with command signs?Clearing a Custom Lore Item from inventory Minecraft 1.13Custom Advancements and Functions 1.13.2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying out using Multicraft to manage some aspects of my public server. There's a command option that is supposed to allow commands to be run by the web app when players type the commands into chat. It would be a usuful way of allowing staff to do certain things without giving them op privileges.
Right now using teams/triggers they have the ability to go into and out of spectator mode, but I wanted to give them the ability to teleport to players (in spectator) to check on them. ie. When they log on for the first time, they sometimes come in hacking and breaking things...
The settings in the control panel for this is:
Name: Teleport Other
Required Role: [Administrator]
Prerequisite:
Chat:
Response:
Run: builtin:tp_other
This is one of the built in ones, but I can't seem to get it to work (I set myself as an Admin). Does anybody know the appropriate settings to use here and the right thing to type into chat to get it to work?
minecraft minecraft-commands minecraft-server
bumped to the homepage by Community♦ 34 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying out using Multicraft to manage some aspects of my public server. There's a command option that is supposed to allow commands to be run by the web app when players type the commands into chat. It would be a usuful way of allowing staff to do certain things without giving them op privileges.
Right now using teams/triggers they have the ability to go into and out of spectator mode, but I wanted to give them the ability to teleport to players (in spectator) to check on them. ie. When they log on for the first time, they sometimes come in hacking and breaking things...
The settings in the control panel for this is:
Name: Teleport Other
Required Role: [Administrator]
Prerequisite:
Chat:
Response:
Run: builtin:tp_other
This is one of the built in ones, but I can't seem to get it to work (I set myself as an Admin). Does anybody know the appropriate settings to use here and the right thing to type into chat to get it to work?
minecraft minecraft-commands minecraft-server
bumped to the homepage by Community♦ 34 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
It is a vanilla server. It's using rcon to send console commands to the server (a built in vanilla feature of minecraft) and is listening to the log files (created by vanilla minecraft). Multicraft is a wrapper, not a mod.
– theBeaks
Feb 11 '16 at 23:00
@scriptHero Correct me if I'm wrong, but that only applied to technical mod support right?
– nelson2tm
Apr 24 '16 at 14:23
I don't have enough info to make a full answer, but I'm fairly certain this is what the PEX plugin was designed for.
– Matt Brennan
Jan 27 '17 at 17:35
add a comment |
I'm trying out using Multicraft to manage some aspects of my public server. There's a command option that is supposed to allow commands to be run by the web app when players type the commands into chat. It would be a usuful way of allowing staff to do certain things without giving them op privileges.
Right now using teams/triggers they have the ability to go into and out of spectator mode, but I wanted to give them the ability to teleport to players (in spectator) to check on them. ie. When they log on for the first time, they sometimes come in hacking and breaking things...
The settings in the control panel for this is:
Name: Teleport Other
Required Role: [Administrator]
Prerequisite:
Chat:
Response:
Run: builtin:tp_other
This is one of the built in ones, but I can't seem to get it to work (I set myself as an Admin). Does anybody know the appropriate settings to use here and the right thing to type into chat to get it to work?
minecraft minecraft-commands minecraft-server
I'm trying out using Multicraft to manage some aspects of my public server. There's a command option that is supposed to allow commands to be run by the web app when players type the commands into chat. It would be a usuful way of allowing staff to do certain things without giving them op privileges.
Right now using teams/triggers they have the ability to go into and out of spectator mode, but I wanted to give them the ability to teleport to players (in spectator) to check on them. ie. When they log on for the first time, they sometimes come in hacking and breaking things...
The settings in the control panel for this is:
Name: Teleport Other
Required Role: [Administrator]
Prerequisite:
Chat:
Response:
Run: builtin:tp_other
This is one of the built in ones, but I can't seem to get it to work (I set myself as an Admin). Does anybody know the appropriate settings to use here and the right thing to type into chat to get it to work?
minecraft minecraft-commands minecraft-server
minecraft minecraft-commands minecraft-server
edited Jul 17 '16 at 4:02
Jouramie
1,47461435
1,47461435
asked Jul 15 '15 at 3:12
theBeakstheBeaks
3831416
3831416
bumped to the homepage by Community♦ 34 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 34 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
It is a vanilla server. It's using rcon to send console commands to the server (a built in vanilla feature of minecraft) and is listening to the log files (created by vanilla minecraft). Multicraft is a wrapper, not a mod.
– theBeaks
Feb 11 '16 at 23:00
@scriptHero Correct me if I'm wrong, but that only applied to technical mod support right?
– nelson2tm
Apr 24 '16 at 14:23
I don't have enough info to make a full answer, but I'm fairly certain this is what the PEX plugin was designed for.
– Matt Brennan
Jan 27 '17 at 17:35
add a comment |
It is a vanilla server. It's using rcon to send console commands to the server (a built in vanilla feature of minecraft) and is listening to the log files (created by vanilla minecraft). Multicraft is a wrapper, not a mod.
– theBeaks
Feb 11 '16 at 23:00
@scriptHero Correct me if I'm wrong, but that only applied to technical mod support right?
– nelson2tm
Apr 24 '16 at 14:23
I don't have enough info to make a full answer, but I'm fairly certain this is what the PEX plugin was designed for.
– Matt Brennan
Jan 27 '17 at 17:35
It is a vanilla server. It's using rcon to send console commands to the server (a built in vanilla feature of minecraft) and is listening to the log files (created by vanilla minecraft). Multicraft is a wrapper, not a mod.
– theBeaks
Feb 11 '16 at 23:00
It is a vanilla server. It's using rcon to send console commands to the server (a built in vanilla feature of minecraft) and is listening to the log files (created by vanilla minecraft). Multicraft is a wrapper, not a mod.
– theBeaks
Feb 11 '16 at 23:00
@scriptHero Correct me if I'm wrong, but that only applied to technical mod support right?
– nelson2tm
Apr 24 '16 at 14:23
@scriptHero Correct me if I'm wrong, but that only applied to technical mod support right?
– nelson2tm
Apr 24 '16 at 14:23
I don't have enough info to make a full answer, but I'm fairly certain this is what the PEX plugin was designed for.
– Matt Brennan
Jan 27 '17 at 17:35
I don't have enough info to make a full answer, but I'm fairly certain this is what the PEX plugin was designed for.
– Matt Brennan
Jan 27 '17 at 17:35
add a comment |
2 Answers
2
active
oldest
votes
If you want to type something into chat to get this to work on the line designated "Chat:" you will want to add a chat command there for example, "tpother". Otherwise you can only use the command from the console.
add a comment |
Have you tried using a skript menu hooked up to a trigger with a skript like command? command /spectate:
Events here
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f228003%2fusing-custom-commands-in-multicraft%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you want to type something into chat to get this to work on the line designated "Chat:" you will want to add a chat command there for example, "tpother". Otherwise you can only use the command from the console.
add a comment |
If you want to type something into chat to get this to work on the line designated "Chat:" you will want to add a chat command there for example, "tpother". Otherwise you can only use the command from the console.
add a comment |
If you want to type something into chat to get this to work on the line designated "Chat:" you will want to add a chat command there for example, "tpother". Otherwise you can only use the command from the console.
If you want to type something into chat to get this to work on the line designated "Chat:" you will want to add a chat command there for example, "tpother". Otherwise you can only use the command from the console.
edited Dec 9 '15 at 18:54
Ave
15.8k1970114
15.8k1970114
answered Dec 9 '15 at 18:51
ZedPlaysZedPlays
112
112
add a comment |
add a comment |
Have you tried using a skript menu hooked up to a trigger with a skript like command? command /spectate:
Events here
add a comment |
Have you tried using a skript menu hooked up to a trigger with a skript like command? command /spectate:
Events here
add a comment |
Have you tried using a skript menu hooked up to a trigger with a skript like command? command /spectate:
Events here
Have you tried using a skript menu hooked up to a trigger with a skript like command? command /spectate:
Events here
answered Apr 9 '18 at 2:41
user9617217user9617217
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f228003%2fusing-custom-commands-in-multicraft%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It is a vanilla server. It's using rcon to send console commands to the server (a built in vanilla feature of minecraft) and is listening to the log files (created by vanilla minecraft). Multicraft is a wrapper, not a mod.
– theBeaks
Feb 11 '16 at 23:00
@scriptHero Correct me if I'm wrong, but that only applied to technical mod support right?
– nelson2tm
Apr 24 '16 at 14:23
I don't have enough info to make a full answer, but I'm fairly certain this is what the PEX plugin was designed for.
– Matt Brennan
Jan 27 '17 at 17:35