User permissions (Minecraft)

Post Reply
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

User permissions (Minecraft)

Post by J-English »

Hello,

I have installed Tekkit lite on my minecraft server .Just having trouble giving us permissions.
We want creative mode on our server..But doesnt seem to work..
Also we want to allow flight which i selected in the easy tab setup in control panel..that dont work.
I tried using ops.json file.
I assume level 4 is the highest permission?
Heres how i added myself and another person..which dont work
Typing is /op ingame shows me "you dont have permissions to run this command
Also added my server properties maybe i missed something.

Code: Select all

[
  {
    "uuid": "42f*******47b6975fbda063181c98",
    "name": "Jenglish***",
    "level": 4
  },
  {
    "uuid": "12345",
    "name": "example",
    "level": 4
  },
  {
    "uuid": "d1d3c*******b4841a91da594f251c",
    "name": "Sl******",
    "level": 4
  }
]
SERVER PROPERTIES

Code: Select all

#Minecraft server properties
#Wed Aug 14 19:32:26 EDT 2019
spawn-protection=16
max-tick-time=60000
query.port=25565
generator-settings=
force-gamemode=false
allow-nether=true
enforce-whitelist=false
gamemode=1
broadcast-console-to-ops=true
enable-query=true
player-idle-timeout=0
difficulty=1
spawn-monsters=false
broadcast-rcon-to-ops=true
op-permission-level=4
pvp=false
snooper-enabled=true
level-type=default
hardcore=false
enable-command-block=false
max-players=20
network-compression-threshold=256
resource-pack-sha1=
max-world-size=29999984
function-permission-level=2
rcon.port=25575
server-port=25565
texture-pack=
server-ip=*********
spawn-npcs=true
allow-flight=true
level-name=world
view-distance=10
resource-pack=
spawn-animals=true
white-list=false
rcon.password=
generate-structures=true
online-mode=true
max-build-height=256
level-seed=
use-native-transport=true
prevent-proxy-connections=false
motd=mc server
enable-rcon=true
User avatar
TimeX
Staff
Staff
Posts: 1730
Joined: Thu Jul 22, 2004 12:24 am
Location: Big Bear, CA

Re: User permissions (Minecraft)

Post by TimeX »

I'm not familiar with that particular mod pack. Does it contain any mods or plugins that change user permissions in any way? If so, it may have some other method that needs to be used to set permissions. Otherwise, you may just want to use the /op command instead from the console tool in the control panel instead of manually configuring them.
TimeX
Post Reply