Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] WorldGuard i brak zapisu configu


Rekomendowane odpowiedzi

Opublikowano

Witajcie. Mam na swoim serwerze dwa problemy

Pierwszy to taki, gdzie mam duży region na którym nie można budować, a w środku tego regionu jest mniejszy na którym można budować, więc WorldGuard nie wykrywa który ma być. Nie da się zrobić tak, żeby wykrywał ten na którym można budować? Chodzi o to żeby był mówiąc potocznie ''na wierzchu'' czyli ważniejszy niż tamten.

 

Drugi problem mam z pluginem RankMarket.

Gdy ustawiam config taki jak chce i wrzucam go na serwer, to plugin tworzy własny dokument bez tych ustawień i serwer się crashuje.

 

//edit.

Problem jest także z Pexem. Nie zapisuje on moich permisji, czyli tych które ustawiłem, tylko tworzy te 'fabryczne'.

 

 

Moje pluginy to:

Essentials + Essentials Spawn, Mineresetlite, NametagEdit, Permissionsex, RankMarket, RoyalAuth, SimpleRegionMarket, Slow, Vault, WorldEdit, WorldGuard, SignChestShop, TreasureChest

Szczegóły i portfolio

http://vabes.pl

Kontakt: [email protected]

What the hell? That's disgusting! That's too squishy!

Opublikowano

Problem z Pexem i RankMarketem już ogarnąłem, ale pojawił się nowy.

Otóż gdy w ustawieniach Pexa mój prefix to [OP] oraz kolorowy nick po nim, to na chacie wyświetla się tylko mój biały nick. Tak samo jest na TABIE, ale mam plugin NameTagEdit. Wcześniej wszystko działało dobrze tylko teraz coś się zrobiło. Essentials musi w jakiś sposób blokować Pexa, bo w configu Pexa mam permisje - '*', która powinna udostępniać wszystkie komendy, a z niektórych nie mogę korzystać. Także w Pexie na dole w 'users' jestem wpisany jako admin.

Tak to wygląda:

Admin:

default: false

prefix: '&f[&dOP&f]&c'

permissions:

- '*'

users:

Vabes:

group:

- Admin

 

 

 

UWAGA

Czekam na rozwiązanie problemu z WorldGuardem

Szczegóły i portfolio

http://vabes.pl

Kontakt: [email protected]

What the hell? That's disgusting! That's too squishy!

Opublikowano

@up

Działa, dzięki :P

 

Znów pojawił się problem z Pexem i nie wiem jak go naprawić

Zapis z konsoli:

21:09:15 [sEVERE] [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====

21:09:15 [iNFO] [PermissionsEx] Disabling PermissionsEx v1.20.3

21:09:15 [iNFO] WEPIF: Using the Bukkit Permissions API.

21:09:15 [iNFO] WEPIF: Using the Bukkit Permissions API.

 

tutaj cały zapis z konsoli. nie wiem jak dodać spoiler albo taki zapis jakby z notatnika, bo tutaj nie ma żadnego paska narzędzi ;/////

 

from as_p_shops t0] createdBy[null]

 

name[AShops.21] startTime[1390679571511] stmt[select count(*)

from as_p_shops t0] createdBy[null]

 

name[AShops.34] startTime[1390681006512] stmt[create table as_p_shops ( id integer(9) primary key, world_name varchar(20) not null, x integer(5) not null, y integer(5) not null, z integer(5) not null, owner_name varchar(17) not null) ] createdBy[null]

 

name[AShops.22] startTime[1390679571514] stmt[create table as_p_shops ( id integer(9) primary key, world_name varchar(20) not null, x integer(5) not null, y integer(5) not null, z integer(5) not null, owner_name varchar(17) not null) ] createdBy[null]

 

name[AShops.29] startTime[1390680555360] stmt[select count(*)

from as_p_shops t0] createdBy[null]

 

name[AShops.30] startTime[1390680555363] stmt[create table as_p_shops ( id integer(9) primary key, world_name varchar(20) not null, x integer(5) not null, y integer(5) not null, z integer(5) not null, owner_name varchar(17) not null) ] createdBy[null]

 

 

21:16:47 [sEVERE] Error occurred while enabling AShops v2.3 (Is it up to date?)

javax.persistence.PersistenceException: Error: Error executing stmt[create table as_p_shops ( id integer(9) primary key, world_name varchar(20) not null, x integer(5) not null, y integer(5) not null, z integer(5) not null, owner_name varchar(17) not null) ] error[[sqlITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)]

at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runScript(DdlGenerator.java:233)

at org.bukkit.plugin.java.JavaPlugin.installDDL(JavaPlugin.java:358)

at pl.austindev.ashops.AShops.prepareTables(AShops.java:161)

at pl.austindev.ashops.AShops.onEnable(AShops.java:71)

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)

at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.java:284)

at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer.java:266)

at org.bukkit.craftbukkit.v1_6_R3.CraftServer.reload(CraftServer.java:615)

at org.bukkit.Bukkit.reload(Bukkit.java:277)

at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23)

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)

at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:528)

at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchServerCommand(CraftServer.java:515)

at net.minecraft.server.v1_6_R3.DedicatedServer.as(DedicatedServer.java:263)

at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:228)

at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)

at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)

at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)

Caused by: java.lang.RuntimeException: Error executing stmt[create table as_p_shops ( id integer(9) primary key, world_name varchar(20) not null, x integer(5) not null, y integer(5) not null, z integer(5) not null, owner_name varchar(17) not null) ] error[[sqlITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)]

at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runStatement(DdlGenerator.java:281)

at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runStatements(DdlGenerator.java:246)

at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runScript(DdlGenerator.java:224)

... 19 more

Caused by: java.sql.SQLException: [sqlITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)

at org.sqlite.DB.newSQLException(DB.java:383)

at org.sqlite.DB.newSQLException(DB.java:387)

at org.sqlite.DB.throwex(DB.java:374)

at org.sqlite.NativeDB.prepare(Native Method)

at org.sqlite.DB.prepare(DB.java:123)

at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)

at org.sqlite.Conn.prepareStatement(Conn.java:404)

at org.sqlite.Conn.prepareStatement(Conn.java:399)

at org.sqlite.Conn.prepareStatement(Conn.java:383)

at com.avaje.ebeaninternal.server.lib.sql.PooledConnection.prepareStatement(PooledConnection.java:426)

at com.avaje.ebeaninternal.server.lib.sql.PooledConnection.prepareStatement(PooledConnection.java:396)

at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runStatement(DdlGenerator.java:271)

... 21 more

21:16:47 [iNFO] [RoyalAuth] Enabling RoyalAuth v3.1.0

21:16:47 [iNFO] [RoyalAuth] Metrics enabled. Thank you!

21:16:47 [iNFO] [RoyalAuth] RoyalAuth v3.1.0 enabled.

21:16:47 [iNFO] [PermissionsEx] Enabling PermissionsEx v1.20.3

21:16:47 [sEVERE] [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====

21:16:47 [iNFO] [PermissionsEx] Disabling PermissionsEx v1.20.3

21:16:47 [iNFO] WEPIF: Using the Bukkit Permissions API.

21:16:47 [iNFO] WEPIF: Using the Bukkit Permissions API.

21:16:47 [iNFO] [Vault][Permission] PermissionsEx hooked.

21:16:47 [iNFO] [RankMarket] Enabling RankMarket v1.3

21:16:47 [iNFO] [RankMarket 1.3] Enabled

21:16:47 [iNFO] [WorldGuard] Enabling WorldGuard v5.8

21:16:47 [iNFO] [WorldGuard] (world) TNT ignition is PERMITTED.

21:16:47 [iNFO] [WorldGuard] (world) Lighters are PERMITTED.

21:16:47 [iNFO] [WorldGuard] (world) Lava fire is blocked.

21:16:47 [iNFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.

21:16:47 [iNFO] [WorldGuard] Loaded configuration for world 'world'

21:16:47 [iNFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.

21:16:47 [iNFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.

21:16:47 [iNFO] [WorldGuard] (world_the_end) Lava fire is blocked.

21:16:47 [iNFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.

21:16:47 [iNFO] [WorldGuard] Loaded configuration for world 'world_the_end'

21:16:47 [iNFO] [WorldGuard] 11 regions loaded for 'world'

21:16:47 [iNFO] [WorldGuard] 0 regions loaded for 'world_the_end'

21:16:47 [iNFO] [Essentials] Enabling Essentials v2.12.2

21:16:47 [iNFO] [Vault][Economy] Essentials Economy hooked.

21:16:47 [iNFO] Essentials: Using config file enhanced permissions.

21:16:47 [iNFO] Permissions listed in as player-commands will be given to all users.

21:16:47 [iNFO] [simpleRegionMarket] Enabling SimpleRegionMarket v3.6

21:16:48 [iNFO] [simpleRegionMarket] Loaded 4 template(s), 0 world(s) and 0 region(s).

21:16:48 [iNFO] [simpleRegionMarket] The check took 0ms

21:16:48 [WARNING] [simpleRegionMarket] Permissions plugin not found.

21:16:48 [iNFO] [simpleRegionMarket] SimpleRegionMarket enabled.

21:16:48 [iNFO] [MineResetLite] Enabling MineResetLite v0.3.5

21:16:48 [iNFO] [MineResetLite] Loading mine from file 'B2.mine.yml'...

21:16:48 [iNFO] [MineResetLite] Loading mine from file 'A1.mine.yml'...

21:16:48 [iNFO] [MineResetLite] Loading mine from file 'ZERO2.mine.yml'...

21:16:48 [iNFO] [MineResetLite] Loading mine from file 'ZERO3.mine.yml'...

21:16:48 [iNFO] [MineResetLite] Loading mine from file 'B1.mine.yml'...

21:16:48 [iNFO] [MineResetLite] Loading mine from file 'ZERO1.mine.yml'...

21:16:48 [iNFO] [MineResetLite] Loading mine from file 'A2.mine.yml'...

21:16:48 [iNFO] [MineResetLite] MineResetLite version 0.3.5 enabled!

21:16:48 [iNFO] [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=

21:16:48 [iNFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2

21:16:48 [iNFO] [TreasureChest] Enabling TreasureChest v8.4.4

21:16:48 [iNFO] Server permissions file permissions.yml is empty, ignoring it

21:16:48 [iNFO] CONSOLE: Reload complete.

21:16:48 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?

 

tutaj cały zapis z konsoli. nie wiem jak dodać spoiler albo taki zapis jakby z notatnika, bo tutaj nie ma żadnego paska narzędzi ;/////

Szczegóły i portfolio

http://vabes.pl

Kontakt: [email protected]

What the hell? That's disgusting! That's too squishy!

Opublikowano

@up

Działa, dzięki :P

 

Znów pojawił się problem z Pexem i nie wiem jak go naprawić

Zapis z konsoli:

21:09:15 [sEVERE] [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====

21:09:15 [iNFO] [PermissionsEx] Disabling PermissionsEx v1.20.3

21:09:15 [iNFO] WEPIF: Using the Bukkit Permissions API.

21:09:15 [iNFO] WEPIF: Using the Bukkit Permissions API.

 

Przeczytał byś może error?

21:09:15 [sEVERE] [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====

To już jest koniec smerfa:


http://www.mpcforum.pl/topic/1323530-info-znikam/


GG: 48522543


PS: Na innych forach i stronach znajdziesz mnie pod nickiem: 


BukkitSmerf

Opublikowano

@up.

No niby były tam jakieś problemy z AShops, więc go usunąłem, ale problem występuje nadal. To co tu jest nic mi wiecej nie mowi

Konsola po usunieciu AShops

- essentials.helpop

^

 

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)

at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)

at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)

at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:236)

... 17 more

Caused by: while scanning for the next token

found character '\t' that cannot start any token

in "", line 14, column 24:

- essentials.helpop

^

 

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358)

at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)

at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:537)

at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)

at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)

at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)

at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)

at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)

at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)

at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)

at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)

at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)

at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)

at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)

at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)

at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)

at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)

at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)

... 20 more

22:16:54 [iNFO] [RankMarket] Loading RankMarket v1.3

22:16:54 [iNFO] [WorldGuard] Loading WorldGuard v5.8

22:16:54 [iNFO] [Essentials] Loading Essentials v2.12.2

22:16:54 [iNFO] [MineResetLite] Loading MineResetLite v0.3.5

22:16:54 [iNFO] [simpleRegionMarket] Loading SimpleRegionMarket v3.6

22:16:54 [iNFO] [TreasureChest] Loading TreasureChest v8.4.4

22:16:54 [iNFO] [EssentialsSpawn] Loading EssentialsSpawn v2.12.2

22:16:54 [iNFO] [Vault] Enabling Vault v1.2.27-b349

22:16:54 [iNFO] [Vault][Economy] Essentials Economy found: Waiting

22:16:54 [iNFO] [Vault][Permission] PermissionsEx found: Waiting

22:16:54 [iNFO] [Vault][Permission] SuperPermissions loaded as backup permission system.

22:16:54 [iNFO] [Vault][Chat] PermissionsEx found: Waiting

22:16:54 [iNFO] [Vault] Enabled Version 1.2.27-b349

22:16:54 [iNFO] [slowDown] Enabling SlowDown v1.2

22:16:54 [iNFO] [slowDown] Wczytano Config

22:16:54 [iNFO] [RoyalAuth] Enabling RoyalAuth v3.1.0

22:16:54 [iNFO] [RoyalAuth] Metrics enabled. Thank you!

22:16:54 [iNFO] [RoyalAuth] RoyalAuth v3.1.0 enabled.

22:16:54 [iNFO] [WorldEdit] Enabling WorldEdit v5.5.8

22:16:54 [iNFO] WEPIF: Using the Bukkit Permissions API.

22:16:54 [iNFO] [PermissionsEx] Enabling PermissionsEx v1.20.3

22:16:54 [sEVERE] [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====

22:16:54 [iNFO] [PermissionsEx] Disabling PermissionsEx v1.20.3

22:16:54 [iNFO] WEPIF: Using the Bukkit Permissions API.

22:16:54 [iNFO] WEPIF: Using the Bukkit Permissions API.

22:16:54 [iNFO] [Vault][Permission] PermissionsEx hooked.

22:16:54 [iNFO] [RankMarket] Enabling RankMarket v1.3

22:16:54 [iNFO] [RankMarket 1.3] Enabled

22:16:54 [iNFO] [WorldGuard] Enabling WorldGuard v5.8

22:16:54 [iNFO] [WorldGuard] (world) TNT ignition is PERMITTED.

22:16:54 [iNFO] [WorldGuard] (world) Lighters are PERMITTED.

22:16:54 [iNFO] [WorldGuard] (world) Lava fire is blocked.

22:16:54 [iNFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.

22:16:54 [iNFO] [WorldGuard] Loaded configuration for world 'world'

22:16:54 [iNFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.

22:16:54 [iNFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.

22:16:54 [iNFO] [WorldGuard] (world_the_end) Lava fire is blocked.

22:16:54 [iNFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.

22:16:54 [iNFO] [WorldGuard] Loaded configuration for world 'world_the_end'

22:16:54 [iNFO] [WorldGuard] 11 regions loaded for 'world'

22:16:54 [iNFO] [WorldGuard] 0 regions loaded for 'world_the_end'

22:16:54 [iNFO] [Essentials] Enabling Essentials v2.12.2

22:16:54 [iNFO] [Vault][Economy] Essentials Economy hooked.

22:16:54 [iNFO] Essentials: Using config file enhanced permissions.

22:16:54 [iNFO] Permissions listed in as player-commands will be given to all users.

22:16:54 [iNFO] [MineResetLite] Enabling MineResetLite v0.3.5

22:16:54 [iNFO] [MineResetLite] Loading mine from file 'B2.mine.yml'...

22:16:54 [iNFO] [MineResetLite] Loading mine from file 'A1.mine.yml'...

22:16:54 [iNFO] [MineResetLite] Loading mine from file 'ZERO2.mine.yml'...

22:16:54 [iNFO] [MineResetLite] Loading mine from file 'ZERO3.mine.yml'...

22:16:54 [iNFO] [MineResetLite] Loading mine from file 'B1.mine.yml'...

22:16:54 [iNFO] [MineResetLite] Loading mine from file 'ZERO1.mine.yml'...

22:16:54 [iNFO] [MineResetLite] Loading mine from file 'A2.mine.yml'...

22:16:54 [iNFO] [MineResetLite] MineResetLite version 0.3.5 enabled!

22:16:54 [iNFO] [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=

22:16:54 [iNFO] [simpleRegionMarket] Enabling SimpleRegionMarket v3.6

22:16:54 [iNFO] [simpleRegionMarket] Loaded 4 template(s), 0 world(s) and 0 region(s).

22:16:54 [iNFO] [simpleRegionMarket] The check took 0ms

22:16:54 [WARNING] [simpleRegionMarket] Permissions plugin not found.

22:16:54 [iNFO] [simpleRegionMarket] SimpleRegionMarket enabled.

22:16:54 [iNFO] [TreasureChest] Enabling TreasureChest v8.4.4

22:16:54 [iNFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2

22:16:54 [iNFO] Server permissions file permissions.yml is empty, ignoring it

22:16:54 [iNFO] CONSOLE: Reload complete.

Szczegóły i portfolio

http://vabes.pl

Kontakt: [email protected]

What the hell? That's disgusting! That's too squishy!

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...