Posts by yahwho
-
-
Code
-
So the YAML has been a bit of a learning curve. But I'm getting its quirks now I think. I've managed to block the creation of items using:
Can anyone show me the syntax for denying the workbench2 object?
I've tried the following but neither of them work
-
-
Ahh I've sorted it!
YAML syntax requires 2 spaces of the keyboard for every indent!
Hope that gets changed to XML at some point.
-
very true!
-
And no not in chat, the message is on the server side. Java error.
-
Thanks for the reply but that doesn't really help.
The server is online and working. The config file segment is like
As soon as I modify *just* the tnt text bit to say "radiator" such as:
I'm getting "WARNING: Permission for item id radiator not found" -
For future reference you can always press Ctrl+F on your keyboard and search for a string like the word "search" (in this instance). I often use the 'find' facility to navigate websites quickly.
-
Hmm still struggling with this.
I'm getting warning messages such as: WARNING: Permission for item id counter1 not found
As a test I just replaced the tnt text under crafting deny to counter1 and I got the above warning message, I've also tried it for things like workbench2 and radiator.
-
OK I've worked it out! Thanks to Red post on SteamHere's the file if anyone else is looking for the answer tooCode -
Ahh! Worked like a charm! Sorry I'm still on a steep learning curve at the moment!
Many thanks lenko!
-
Hmm this is my test permissions file (default.permissions)
Code
Lines 20-24 create a NullPointerException? -
Hi, I've read the post that Red's done here - Permission system
In it he says at the end "One final note: You cannot change the permission files during runtime yet. In other words: You have to restart the server once you have done some changes to any of the permission files
"
I previously had omitted any pvp statement so the default was on. I've now added pvp false and restarted the server but the server is still showing up as pvp enabled on the server list?
-
@red51 I'm very new to this community and your awesome (awesome) game (yes I need to say that twice!). I have to say you've just impressed me even more with addressing your user queries so directly!
Keep up the amazing work! Much respect!
-
Ahh I see! I've never played Minecraft.
I assume because I was the only player in the game I could use the sleep mode at will - makes sense!
Thanks again migdyn!
-
Great thanks migdyn!
Ahh I see that console commands are disabled by default
I guess people need access for options like "hud"
You know when you create a new world with the server there is an option for ore "server_world_oreamount=3" (default)
Do you know if a smaller integer means more ore or less? I've set mine to "server_world_oreamount=2" as I want the ores to be more hard to come by. . . but I've just found some silver right up on the surface so I'm not sure if I should have set it to server_world_oreamount=4?
-
Hi Guys!!
When playing multiplayer, how does the whole day/night and sleeping thing work? I assume your time of day must be different to others on the same server?
-
OK I've done this so far. . . (been reading Permission system)
Code
It's hard to know what the options are as I'm not sure of any resources to check apart from this forum and all the available options don't seem to be listed. . . (a comprehensive set of examples would smashing:)I guess currently I would like to know;
1. if it's possible to turn off the console for users? (I guess this is my most important question)
2. if it's possible to set it so that you can't destroy objects/blocks that someone else placed? I see there is destroyblocks, destroyobjects under world permissions but I assume this means for everyone including a users own blocks / objects?Also, in my server.properties file I've set server_world_disabled_dungeons=underground,underwater,surface but there still appears to be surface dungeons albeit without chests in them?
OK I've deleted database and created a new seed. Seems to have solved that one. -
Thanks! Will take some testing I guess