Some WorldGuard commands not workingMinecraft Single Player commands not workingDisabling Plugins for UsersCan I determine 'not 100% charged' using AE2 fuzzy logic upgrades in export buses?How do you teleport a player to a moving objective?Minecraft Forge 1.7.10 doesn't find mods in mods folderHow to create a large ocean area using Bukkit?Fireball commands stopped workingCommands not working in minecraft 1.11My commands are not working in 1.12New commands not working?
A horrible Stockfish chess engine evaluation
Why does the Antonov AN-225 not have any winglets?
Why different specifications for telescopes and binoculars?
Is there any reason why MCU changed the Snap to Blip
"was fiction" vs "were fictions"
When did "&" stop being taught alongside the alphabet?
How do we handle pauses in a dialogue?
What is /bin/red
Misrepresented my work history
Having decision making power over someone's assets
Received a dinner invitation through my employer's email, is it ok to attend?
What is the minimum time required for final wash in film development?
Why archangel Michael didn't save Jesus when he was crucified?
Using Open with a filename that contains :
Swapping "Good" and "Bad"
Credit score and financing new car
What is a "Lear Processor" and how did it work?
How often does the spell Sleet Storm require concentration checks?
Could you brine steak?
LED glows slightly during soldering
What are some further readings in Econometrics you recommend?
How do native German speakers usually express skepticism (using even) about a premise?
Is this a reference to the film Alien in the novel 2010 Odyssey Two?
How effective would wooden scale armor be in a medieval setting?
Some WorldGuard commands not working
Minecraft Single Player commands not workingDisabling Plugins for UsersCan I determine 'not 100% charged' using AE2 fuzzy logic upgrades in export buses?How do you teleport a player to a moving objective?Minecraft Forge 1.7.10 doesn't find mods in mods folderHow to create a large ocean area using Bukkit?Fireball commands stopped workingCommands not working in minecraft 1.11My commands are not working in 1.12New commands not working?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm making a map in Minecraft 1.7.10.
I'm trying to protect a specific area from getting destroyed by other players.
I'm using WorldEdit 1.7.10-6.0-beta-01 and WorldGuard 6.1, as well as 3 other mods (BuildFaster, TMI & SecurityCraft).
The program seems like it is working. I do //copy
or //paste
, and it is working without any issues. But it fails whenever I'm trying to protect my world area by doing the following steps:
- Select first position. (Success)
- Select second position. (Success)
/expand vert
(Success)/define nameOfArea
(Failed)
I have tried lots of different commands to protect this area (like /region claim Name
, etc.), but it still tells me the same message.
Unknown command. Try /help for a list of commands
Does anyone knows why it doesn't work? Do I have to download Bukkit or any other mods? Is the area too big to do this?
By the way, there are many different commands that are also not working well.
For example, /set day
instead of /set time day
isn't working, it shows me the same error on image as above.
Any answer would be appreciated. Thank you!
minecraft minecraft-commands minecraft-mods minecraft-worldedit
add a comment |
I'm making a map in Minecraft 1.7.10.
I'm trying to protect a specific area from getting destroyed by other players.
I'm using WorldEdit 1.7.10-6.0-beta-01 and WorldGuard 6.1, as well as 3 other mods (BuildFaster, TMI & SecurityCraft).
The program seems like it is working. I do //copy
or //paste
, and it is working without any issues. But it fails whenever I'm trying to protect my world area by doing the following steps:
- Select first position. (Success)
- Select second position. (Success)
/expand vert
(Success)/define nameOfArea
(Failed)
I have tried lots of different commands to protect this area (like /region claim Name
, etc.), but it still tells me the same message.
Unknown command. Try /help for a list of commands
Does anyone knows why it doesn't work? Do I have to download Bukkit or any other mods? Is the area too big to do this?
By the way, there are many different commands that are also not working well.
For example, /set day
instead of /set time day
isn't working, it shows me the same error on image as above.
Any answer would be appreciated. Thank you!
minecraft minecraft-commands minecraft-mods minecraft-worldedit
add a comment |
I'm making a map in Minecraft 1.7.10.
I'm trying to protect a specific area from getting destroyed by other players.
I'm using WorldEdit 1.7.10-6.0-beta-01 and WorldGuard 6.1, as well as 3 other mods (BuildFaster, TMI & SecurityCraft).
The program seems like it is working. I do //copy
or //paste
, and it is working without any issues. But it fails whenever I'm trying to protect my world area by doing the following steps:
- Select first position. (Success)
- Select second position. (Success)
/expand vert
(Success)/define nameOfArea
(Failed)
I have tried lots of different commands to protect this area (like /region claim Name
, etc.), but it still tells me the same message.
Unknown command. Try /help for a list of commands
Does anyone knows why it doesn't work? Do I have to download Bukkit or any other mods? Is the area too big to do this?
By the way, there are many different commands that are also not working well.
For example, /set day
instead of /set time day
isn't working, it shows me the same error on image as above.
Any answer would be appreciated. Thank you!
minecraft minecraft-commands minecraft-mods minecraft-worldedit
I'm making a map in Minecraft 1.7.10.
I'm trying to protect a specific area from getting destroyed by other players.
I'm using WorldEdit 1.7.10-6.0-beta-01 and WorldGuard 6.1, as well as 3 other mods (BuildFaster, TMI & SecurityCraft).
The program seems like it is working. I do //copy
or //paste
, and it is working without any issues. But it fails whenever I'm trying to protect my world area by doing the following steps:
- Select first position. (Success)
- Select second position. (Success)
/expand vert
(Success)/define nameOfArea
(Failed)
I have tried lots of different commands to protect this area (like /region claim Name
, etc.), but it still tells me the same message.
Unknown command. Try /help for a list of commands
Does anyone knows why it doesn't work? Do I have to download Bukkit or any other mods? Is the area too big to do this?
By the way, there are many different commands that are also not working well.
For example, /set day
instead of /set time day
isn't working, it shows me the same error on image as above.
Any answer would be appreciated. Thank you!
minecraft minecraft-commands minecraft-mods minecraft-worldedit
minecraft minecraft-commands minecraft-mods minecraft-worldedit
edited 1 hour ago
pppery
6335 silver badges16 bronze badges
6335 silver badges16 bronze badges
asked Apr 21 '16 at 18:45
BladeStreakBladeStreak
65 bronze badges
65 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Did you try:
/region define <id>
Make sure to check the newest WorldGuard documentation.
Also, as far as I know, CommandBook had commands like
/time day
I'm not sure if CommandBook still works with new version, though.
Yes i have try many commands just like this and /region claim etc. but nothing happen, it's still shows me the same message. I have the latest version on any mods on my folder.
– BladeStreak
Apr 22 '16 at 12:19
On the command you said, what exactly i have to put on <id> ?
– BladeStreak
Apr 22 '16 at 14:32
theoretically any name should be okay...
– lauriys
Apr 22 '16 at 18:27
Do i need something more than world edit and world guard to do this ? Is it easy for you to send me direct links or something ? I've searched about it too much and nothing. Do i need Bukkit to do it? Have you ever done that im talking about? Do i miss something ? :
– BladeStreak
Apr 24 '16 at 20:35
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%2f263273%2fsome-worldguard-commands-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Did you try:
/region define <id>
Make sure to check the newest WorldGuard documentation.
Also, as far as I know, CommandBook had commands like
/time day
I'm not sure if CommandBook still works with new version, though.
Yes i have try many commands just like this and /region claim etc. but nothing happen, it's still shows me the same message. I have the latest version on any mods on my folder.
– BladeStreak
Apr 22 '16 at 12:19
On the command you said, what exactly i have to put on <id> ?
– BladeStreak
Apr 22 '16 at 14:32
theoretically any name should be okay...
– lauriys
Apr 22 '16 at 18:27
Do i need something more than world edit and world guard to do this ? Is it easy for you to send me direct links or something ? I've searched about it too much and nothing. Do i need Bukkit to do it? Have you ever done that im talking about? Do i miss something ? :
– BladeStreak
Apr 24 '16 at 20:35
add a comment |
Did you try:
/region define <id>
Make sure to check the newest WorldGuard documentation.
Also, as far as I know, CommandBook had commands like
/time day
I'm not sure if CommandBook still works with new version, though.
Yes i have try many commands just like this and /region claim etc. but nothing happen, it's still shows me the same message. I have the latest version on any mods on my folder.
– BladeStreak
Apr 22 '16 at 12:19
On the command you said, what exactly i have to put on <id> ?
– BladeStreak
Apr 22 '16 at 14:32
theoretically any name should be okay...
– lauriys
Apr 22 '16 at 18:27
Do i need something more than world edit and world guard to do this ? Is it easy for you to send me direct links or something ? I've searched about it too much and nothing. Do i need Bukkit to do it? Have you ever done that im talking about? Do i miss something ? :
– BladeStreak
Apr 24 '16 at 20:35
add a comment |
Did you try:
/region define <id>
Make sure to check the newest WorldGuard documentation.
Also, as far as I know, CommandBook had commands like
/time day
I'm not sure if CommandBook still works with new version, though.
Did you try:
/region define <id>
Make sure to check the newest WorldGuard documentation.
Also, as far as I know, CommandBook had commands like
/time day
I'm not sure if CommandBook still works with new version, though.
answered Apr 22 '16 at 3:52
lauriyslauriys
7423 silver badges11 bronze badges
7423 silver badges11 bronze badges
Yes i have try many commands just like this and /region claim etc. but nothing happen, it's still shows me the same message. I have the latest version on any mods on my folder.
– BladeStreak
Apr 22 '16 at 12:19
On the command you said, what exactly i have to put on <id> ?
– BladeStreak
Apr 22 '16 at 14:32
theoretically any name should be okay...
– lauriys
Apr 22 '16 at 18:27
Do i need something more than world edit and world guard to do this ? Is it easy for you to send me direct links or something ? I've searched about it too much and nothing. Do i need Bukkit to do it? Have you ever done that im talking about? Do i miss something ? :
– BladeStreak
Apr 24 '16 at 20:35
add a comment |
Yes i have try many commands just like this and /region claim etc. but nothing happen, it's still shows me the same message. I have the latest version on any mods on my folder.
– BladeStreak
Apr 22 '16 at 12:19
On the command you said, what exactly i have to put on <id> ?
– BladeStreak
Apr 22 '16 at 14:32
theoretically any name should be okay...
– lauriys
Apr 22 '16 at 18:27
Do i need something more than world edit and world guard to do this ? Is it easy for you to send me direct links or something ? I've searched about it too much and nothing. Do i need Bukkit to do it? Have you ever done that im talking about? Do i miss something ? :
– BladeStreak
Apr 24 '16 at 20:35
Yes i have try many commands just like this and /region claim etc. but nothing happen, it's still shows me the same message. I have the latest version on any mods on my folder.
– BladeStreak
Apr 22 '16 at 12:19
Yes i have try many commands just like this and /region claim etc. but nothing happen, it's still shows me the same message. I have the latest version on any mods on my folder.
– BladeStreak
Apr 22 '16 at 12:19
On the command you said, what exactly i have to put on <id> ?
– BladeStreak
Apr 22 '16 at 14:32
On the command you said, what exactly i have to put on <id> ?
– BladeStreak
Apr 22 '16 at 14:32
theoretically any name should be okay...
– lauriys
Apr 22 '16 at 18:27
theoretically any name should be okay...
– lauriys
Apr 22 '16 at 18:27
Do i need something more than world edit and world guard to do this ? Is it easy for you to send me direct links or something ? I've searched about it too much and nothing. Do i need Bukkit to do it? Have you ever done that im talking about? Do i miss something ? :
– BladeStreak
Apr 24 '16 at 20:35
Do i need something more than world edit and world guard to do this ? Is it easy for you to send me direct links or something ? I've searched about it too much and nothing. Do i need Bukkit to do it? Have you ever done that im talking about? Do i miss something ? :
– BladeStreak
Apr 24 '16 at 20:35
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%2f263273%2fsome-worldguard-commands-not-working%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