Vai al contenuto
Il server del mese è
Visita la nostra nuova lista server!

Archiviato

Questa discussione è archiviata e chiusa a future risposte.

  • 0
leon3e

problemi con gli op

Domanda

ho creato un server per giocare con i miei amici, ma per una questione di sicurezza vorrei evitare di opparli, il problema è che se non si è oppati non si possono spaccare blocchi aprire chest o in generale interagire col mondo, ho installato essentialx (senza settare niente) per vedere se cambiasse qualcosa ma no, come posso fare per poter interagire anche senza essere oppati? 

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti

3 risposte a questa domanda

Recommended Posts

Ciao @leon3e potresti inviare la lista di tutti i plugin installati nel tuo server? Potrebbe esserci qualche problema nella configurazione di uno di essi. Aggiungi anche i file di configurazione del server (server.properties, bukkit.yml, spigot.yml, ecc) Puoi utilizzare la funzione "codice" e la funzione "spoiler" quando scrivi il messaggio in modo da rendere più facile la lettura.

P.S Se sono presenti indirizzi IP o dati che vorresti nascondere puoi semplicemente rimpiazzarli con un altro carattere quando scrivi qui (ovviamente nel tuo server dovrai lasciarli)

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti
Il 2/9/2021 at 12:35, Reaches dice:

Ciao @leon3e potresti inviare la lista di tutti i plugin installati nel tuo server? Potrebbe esserci qualche problema nella configurazione di uno di essi. Aggiungi anche i file di configurazione del server (server.properties, bukkit.yml, spigot.yml, ecc) Puoi utilizzare la funzione "codice" e la funzione "spoiler" quando scrivi il messaggio in modo da rendere più facile la lettura.

P.S Se sono presenti indirizzi IP o dati che vorresti nascondere puoi semplicemente rimpiazzarli con un altro carattere quando scrivi qui (ovviamente nel tuo server dovrai lasciarli)

 

Plugin list:

EssentialX - EssentialXAntiBuild - EssentialXGeoIp - EssentialXProtect - EssentialXSpawn - EssentialXXMPP - MultiverseCore - SimpleTpa (il problema è stato riscontrato anche da prima che essential fosse installato)

 

Server.properties

Spoiler

#Minecraft server properties
#Wed Sep 01 12:36:25 UTC 2021
enable-jmx-monitoring=false
rcon.port=25575
level-seed=
enable-command-block=true
gamemode=survival
enable-query=false
generator-settings=
level-name=world
motd=A Minecraft Server
query.port=25565
hellworld=true
pvp=false
texture-pack=
generate-structures=true
difficulty=normal
network-compression-threshold=256
max-tick-time=60000
require-resource-pack=false
use-native-transport=true
max-players=20
online-mode=false
enable-status=true
allow-flight=false
broadcast-rcon-to-ops=true
view-distance=10
max-build-height=
server-ip=0.0.0.0
resource-pack-prompt=
allow-nether=true
server-port=25585
enable-rcon=false
sync-chunk-writes=true
op-permission-level=1
prevent-proxy-connections=false
resource-pack=
entity-broadcast-range-percentage=100
rcon.password=
player-idle-timeout=0
debug=false
force-gamemode=false
rate-limit=0
hardcore=false
white-list=false
broadcast-console-to-ops=true
spawn-npcs=true
spawn-animals=true
snooper-enabled=true
function-permission-level=2
level-type=DEFAULT
text-filtering-config=
spawn-monsters=true
enforce-whitelist=false
resource-pack-sha1=
spawn-protection=16
max-world-size=29999984

 

 

Bukkit.yml

Spoiler

# This is the main configuration file for Bukkit.
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the Bukkit Wiki at
# https://www.spigotmc.org/go/bukkit-yml
# 
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
# 
# IRC: #spigot @ irc.spi.gt
#    (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
# Forums: https://www.spigotmc.org/
# Bug tracker: https://www.spigotmc.org/go/bugs


settings:
  allow-end: true
  warn-on-overload: true
  permissions-file: permissions.yml
  update-folder: update
  plugin-profiling: false
  connection-throttle: 4000
  query-plugins: true
  deprecated-verbose: default
  shutdown-message: Server closed
  minimum-api: none
spawn-limits:
  monsters: 70
  animals: 10
  water-animals: 15
  water-ambient: 20
  ambient: 15
chunk-gc:
  period-in-ticks: 600
ticks-per:
  animal-spawns: 400
  monster-spawns: 1
  water-spawns: 1
  water-ambient-spawns: 1
  ambient-spawns: 1
  autosave: 6000
aliases: now-in-commands.yml

 

 

Spigot.yml

Spoiler

# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
# 
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
# 
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/

config-version: 12
settings:
  debug: false
  bungeecord: false
  sample-count: 12
  player-shuffle: 0
  user-cache-size: 1000
  save-user-cache-on-stop-only: false
  moved-wrongly-threshold: 0.0625
  moved-too-quickly-multiplier: 10.0
  log-villager-deaths: true
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  attribute:
    maxHealth:
      max: 2048.0
    movementSpeed:
      max: 2048.0
    attackDamage:
      max: 2048.0
messages:
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {0}
  outdated-server: Outdated server! I'm still on {0}
  restart: Server is restarting
commands:
  replace-commands:
  - setblock
  - summon
  - testforblock
  - tellraw
  spam-exclusions:
  - /skill
  silent-commandblock-console: false
  log: true
  tab-complete: 0
  send-namespaced: true
stats:
  disable-saving: false
  forced-stats: {}
advancements:
  disable-saving: false
  disabled:
  - minecraft:story/disabled
players:
  disable-saving: false
world-settings:
  default:
    verbose: true
    mob-spawn-range: 6
    hopper-amount: 1
    dragon-death-sound-radius: 0
    seed-village: 10387312
    seed-desert: 14357617
    seed-igloo: 14357618
    seed-jungle: 14357619
    seed-swamp: 14357620
    seed-monument: 10387313
    seed-shipwreck: 165745295
    seed-ocean: 14357621
    seed-outpost: 165745296
    seed-endcity: 10387313
    seed-slime: 987234911
    seed-bastion: 30084232
    seed-fortress: 30084232
    seed-mansion: 10387319
    seed-fossil: 14357921
    seed-portal: 34222645
    max-tnt-per-tick: 100
    nerf-spawner-mobs: false
    enable-zombie-pigmen-portal-spawns: true
    item-despawn-rate: 6000
    view-distance: default
    wither-spawn-sound-radius: 0
    arrow-despawn-rate: 1200
    trident-despawn-rate: 1200
    hanging-tick-frequency: 100
    zombie-aggressive-towards-villager: true
    end-portal-sound-radius: 0
    merge-radius:
      exp: 3.0
      item: 2.5
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      beetroot-modifier: 100
      carrot-modifier: 100
      potato-modifier: 100
      wheat-modifier: 100
      netherwart-modifier: 100
      vine-modifier: 100
      cocoa-modifier: 100
      bamboo-modifier: 100
      sweetberry-modifier: 100
      kelp-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      raiders: 48
      misc: 16
      tick-inactive-villagers: true
    ticks-per:
      hopper-transfer: 8
      hopper-check: 1
    hunger:
      jump-walk-exhaustion: 0.05
      jump-sprint-exhaustion: 0.2
      combat-exhaustion: 0.1
      regen-exhaustion: 6.0
      swim-multiplier: 0.01
      sprint-multiplier: 0.1
      other-multiplier: 0.0
    max-tick-time:
      tile: 50
      entity: 50
    squid-spawn-range:
      min: 45.0
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64

 

 

Commands.yml

Spoiler

# This is the commands configuration file for Bukkit.
# For documentation on how to make use of this file, check out the Bukkit Wiki at
# https://www.spigotmc.org/go/commands-yml
# 
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
# 
# IRC: #spigot @ irc.spi.gt
#    (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
# Forums: https://www.spigotmc.org/
# Bug tracker: https://www.spigotmc.org/go/bugs

command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
  icanhasbukkit:
  - version $1-

 

 

Ecco tutti i file, spero di aver inviato quelli giusti, grazie dell'aiuto

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti

Ciao, per un server tra amici alcuni plugin del bundle EssentialsX non sono necessari. Quelli che dovresti lasciare sono: EssentialsX, EssentialsX Chat ed EssentialsX Spawn. Gli altri puoi anche rimuoverli (mi riferisco solo a quelli contenuti nel bundle con essentials, quelli aggiunti a parte non dovrebbero influire sul problema). Prova rimuovendo quelli non qui riportati. Se vuoi tenerli dovresti sistemare la configurazione in modo da permettere ai giocatori di interagire 

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti

×
×
  • Crea Nuovo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.