Перейти к содержанию

Daniil30122003

Пользователи
  • Постов

    3
  • Зарегистрирован

  • Посещение

Информация о Daniil30122003

  • День рождения 30.12.2003

Информация

  • Пол
    Мужчина

Контакты

  • Логин на сайте
    Daniil30122003

Посетители профиля

493 просмотра профиля

Достижения Daniil30122003

  1. Здравствуйте. Пытаюсь осуществить возможность привата обычными игроками c помощью World Guard. Пока пишет: You are not permitted to do that. Are you in the right mode? Вот мой файл permissions.yml: groups: default: options: default: true permissions: - modifyworld.* - worldedit.selection.pos - worldedit.selection.hpos - worldedit.selection.expand - worldedit.wand - worldguard.region.define - worldguard.region.redefine.own - worldguard.region.claim - worldguard.region.select.own.* - worldguard.region.info - worldguard.region.addowner.own.* - worldguard.region.removeowner.own.* - worldguard.region.addmember.own.* - worldguard.region.removemember.own.* - worldguard.region.list.own - worldguard.region.setpriority.own.* - worldguard.region.setparent.own.* - worldguard.region.remove.own.* Admins: options: default: false inheritance: - default permissions: - `*` users: Daniil_1000000: group: - Admins options: rank: `1` permissions: - `*` config.yml: multiserver: use-netevents: true permissions: debug: false allowOps: true user-add-groups-last: false log-players: false createUserRecords: false backend: file informplayers: changes: false basedir: plugins/PermissionsEx backends: file: type: file file: permissions.yml updater: true alwaysUpdate: false config.yml от World Guard: # # WorldGuard's main configuration file # # This is the global configuration file. Anything placed into here will # be applied to all worlds. However, each world has its own configuration # file to allow you to replace most settings in here for that world only. # # About editing this file: # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If # you use an editor like Notepad++ (recommended for Windows users), you # must configure it to "replace tabs with spaces." In Notepad++, this can # be changed in Settings > Preferences > Language Menu. # - Don't get rid of the indents. They are indented so some entries are # in categories (like "enforce-single-session" is in the "protection" # category. # - If you want to check the format of this file before putting it # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/ # and see if it gives "ERROR:". # - Lines starting with # are comments and so they are ignored. # regions: uuid-migration: perform-on-next-start: false keep-names-that-lack-uuids: true use-creature-spawn-event: true sql: use: false dsn: jdbc:mysql://localhost/worldguard username: worldguard password: worldguard table-prefix: '' enable: true invincibility-removes-mobs: false cancel-chat-without-recipients: true nether-portal-protection: false fake-player-build-override: true explosion-flags-block-entity-damage: true high-frequency-flags: false protect-against-liquid-flow: false wand: minecraft:leather max-claim-volume: 30000 claim-only-inside-existing-regions: false location-flags-only-inside-regions: false max-region-count-per-player: default: 7 auto-invincible: false auto-invincible-group: false auto-no-drowning-group: false use-player-move-event: true use-player-teleports: true use-particle-effects: true security: deop-everyone-on-join: false block-in-game-op-command: false host-keys-allow-forge-clients: false host-keys: {} summary-on-start: true op-permissions: true build-permission-nodes: enable: false deny-message: '&eSorry, but you are not permitted to do that here.' event-handling: block-entity-spawns-with-untraceable-cause: false interaction-whitelist: [] emit-block-use-at-feet: [] ignore-hopper-item-move-events: false protection: item-durability: true remove-infinite-stacks: false disable-xp-orb-drops: false disable-obsidian-generators: false gameplay: block-potions: [] block-potions-overly-reliably: false disable-conduit-effects: false simulation: sponge: enable: false radius: 3 redstone: false default: pumpkin-scuba: false disable-health-regain: false physics: no-physics-gravel: false no-physics-sand: false vine-like-rope-ladders: false allow-portal-anywhere: false disable-water-damage-blocks: [] ignition: block-tnt: false block-tnt-block-damage: false block-lighter: false fire: disable-lava-fire-spread: true disable-all-fire-spread: false disable-fire-spread-blocks: [] lava-spread-blocks: [] mobs: block-creeper-explosions: false block-creeper-block-damage: false block-wither-explosions: false block-wither-block-damage: false block-wither-skull-explosions: false block-wither-skull-block-damage: false block-enderdragon-block-damage: false block-enderdragon-portal-creation: false block-fireball-explosions: false block-fireball-block-damage: false anti-wolf-dumbness: false allow-tamed-spawns: true disable-enderman-griefing: false disable-snowman-trails: false block-painting-destroy: false block-item-frame-destroy: false block-armor-stand-destroy: false block-plugin-spawning: true block-above-ground-slimes: false block-other-explosions: false block-zombie-door-destruction: false block-creature-spawn: [] player-damage: disable-fall-damage: false disable-lava-damage: false disable-fire-damage: false disable-lightning-damage: false disable-drowning-damage: false disable-suffocation-damage: false disable-contact-damage: false teleport-on-suffocation: false disable-void-damage: false teleport-on-void-falling: false disable-explosion-damage: false disable-mob-damage: false disable-death-messages: false chest-protection: enable: false disable-off-check: false crops: disable-creature-trampling: false disable-player-trampling: false weather: prevent-lightning-strike-blocks: [] disable-lightning-strike-fire: false disable-thunderstorm: false disable-weather: false disable-pig-zombification: false disable-powered-creepers: false always-raining: false always-thundering: false dynamics: disable-mushroom-spread: false disable-ice-melting: false disable-snow-melting: false disable-snow-formation: false disable-ice-formation: false disable-leaf-decay: false disable-grass-growth: false disable-mycelium-spread: false disable-vine-growth: false disable-crop-growth: false disable-soil-dehydration: false snow-fall-blocks: [] blacklist: use-as-whitelist: false logging: console: enable: true database: enable: false dsn: jdbc:mysql://localhost:3306/minecraft user: root pass: '' table: blacklist_events file: enable: false path: worldguard/logs/%Y-%m-%d.log open-files: 10 config.yml от World Edite: # # WorldEdit's Configuration File # # About editing this file: # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain and post # errors. If you use an editor, like Notepad++ (recommended for Windows # users), you must configure it to "replace tabs with spaces." # This can be changed in Settings > Preferences > Language Menu. # - Don't get rid of indentations. They are indented so some entries that are # in categories, like "max-blocks-changed", are placed in the "limits" # category. # - If you want to check the format of this file before putting it # into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ # and see if it gives you "ERROR:". # - Lines starting with # are comments, so they are ignored. # - If you want to allow blocks, make sure to change "disallowed-blocks" to [] # limits: max-blocks-changed: default: -1 maximum: -1 max-polygonal-points: default: -1 maximum: 20 max-radius: -1 max-super-pickaxe-size: 5 max-brush-radius: 5 butcher-radius: default: -1 maximum: -1 disallowed-blocks: - "minecraft:oak_sapling" - "minecraft:jungle_sapling" - "minecraft:dark_oak_sapling:" - "minecraft:spruce_sapling" - "minecraft:birch_sapling" - "minecraft:acacia_sapling" - "minecraft:black_bed" - "minecraft:blue_bed" - "minecraft:brown_bed" - "minecraft:cyan_bed" - "minecraft:gray_bed" - "minecraft:green_bed" - "minecraft:light_blue_bed" - "minecraft:light_gray_bed" - "minecraft:lime_bed" - "minecraft:magenta_bed" - "minecraft:orange_bed" - "minecraft:pink_bed" - "minecraft:purple_bed" - "minecraft:red_bed" - "minecraft:white_bed" - "minecraft:yellow_bed" - "minecraft:powered_rail" - "minecraft:detector_rail" - "minecraft:grass" - "minecraft:dead_bush" - "minecraft:moving_piston" - "minecraft:piston_head" - "minecraft:sunflower" - "minecraft:rose_bush" - "minecraft:dandelion" - "minecraft:poppy" - "minecraft:brown_mushroom" - "minecraft:red_mushroom" - "minecraft:tnt" - "minecraft:torch" - "minecraft:fire" - "minecraft:redstone_wire" - "minecraft:wheat" - "minecraft:potatoes" - "minecraft:carrots" - "minecraft:melon_stem" - "minecraft:pumpkin_stem" - "minecraft:beetroots" - "minecraft:rail" - "minecraft:lever" - "minecraft:redstone_torch" - "minecraft:redstone_wall_torch" - "minecraft:repeater" - "minecraft:comparator" - "minecraft:stone_button" - "minecraft:birch_button" - "minecraft:acacia_button" - "minecraft:dark_oak_button" - "minecraft:jungle_button" - "minecraft:oak_button" - "minecraft:spruce_button" - "minecraft:cactus" - "minecraft:sugar_cane" - "minecraft:bedrock" use-inventory: enable: false allow-override: true creative-mode-overrides: false logging: log-commands: false file: worldedit.log # The format of custom log message. This is java general format string (java.util.Formatter). Arguments are: # 1$ : date - a Date object representing event time of the log record. # 2$ : source - a string representing the caller, if available; otherwise, the logger's name. # 3$ : logger - the logger's name. # 4$ : level - the log level. # 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument. # 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string. # For details see: # https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html # https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord- format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n" super-pickaxe: drop-items: true many-drop-items: false snapshots: directory: navigation-wand: item: minecraft:compass max-distance: 100 scripting: timeout: 3000 dir: craftscripts saving: dir: schematics files: allow-symbolic-links: false history: size: 15 expiration: 10 calculation: timeout: 100 debugging: trace-unflushed-sessions: false wand-item: minecraft:wooden_axe shell-save-type: no-double-slash: false no-op-permissions: false debug: false show-help-on-first-use: true server-side-cui: true Занялся этим в первый раз, думаю допустил кучу ошибок. Да и наверно большинство того, что я выложил - трогать не нужно, но вдруг где-то, что-то нужно изменить. Посоветуйте, что надо поправить.
  2. Писал команду setworldspawn, но игрок спавнится вблизи спавна, каждый раз координаты разные. Версия 1.14.4. Сервер Spigot. Из плагинов пока только setspawn. Посоветуйте что-нибудь.
×
×
  • Создать...