개인 자료란 (JE)

  서버 커뮤니티

Profile 1ss2ss 대표칭호 없음
Profile

질문하기 플러그인

마크 입문자 스피곳 월드에딧 플러그인 질문드립니다

2022.06.27 조회 수 331 추천 수 0
이해도 1.19.x 
게임버전 (JE) 플러그인 
게임버전 (BE) 월드 수정 및 관리 
스크립트 버전 스피곳 

cmd 복사입니다 

문제없이 돌아가는데 플러그인은 적용이 안되네요 

plugins :(0)이라 뜹니다 ..

플러그인 폴더에 jar 파일 넣었는데도 이렇게 뜨네요 

Unbundling libraries to C:\Users\xxx\Desktop\spgt\bundler

Starting server

Loading libraries, please wait...

[12:19:26] [ServerMain/INFO]: Building unoptimized datafixer

[12:19:27] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'

[12:19:27] [ServerMain/INFO]: Loaded 7 recipes

[12:19:26] [ServerMain/INFO]: Building unoptimized datafixer

[12:19:27] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'

[12:19:27] [ServerMain/INFO]: Loaded 7 recipes

[12:19:28] [Server thread/INFO]: Starting minecraft server version 1.19

[12:19:28] [Server thread/INFO]: Loading properties

[12:19:29] [Server thread/INFO]: This server is running CraftBukkit version 3539-Spigot-56be6a8-82f7574 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT)

[12:19:29] [Server thread/INFO]: Debug logging is disabled

[12:19:29] [Server thread/INFO]: Server Ping Player Sample Count: 12

[12:19:29] [Server thread/INFO]: Using 4 threads for Netty based IO

[12:19:29] [Server thread/INFO]: Default game type: CREATIVE

[12:19:29] [Server thread/INFO]: Generating keypair

[12:19:29] [Server thread/INFO]: Starting Minecraft server on *:25565

[12:19:29] [Server thread/INFO]: Using default channel type

[12:19:29] [Server thread/ERROR]: Could not load 'plugins\spigot-1.19.jar' in folder 'plugins'

org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml

        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]

        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:143) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]

        at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:409) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3539-Spigot-56be6a8-82f7574]

        at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3539-Spigot-56be6a8-82f7574]

        at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3539-Spigot-56be6a8-82f7574]

        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3539-Spigot-56be6a8-82f7574]

        at java.lang.Thread.run(Thread.java:833) [?:?]

Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml

        ... 7 more

[12:19:29] [Server thread/INFO]: Preparing level "world"

[12:19:29] [Server thread/INFO]: -------- World Settings For [world] --------

[12:19:29] [Server thread/INFO]: Simulation Distance: 10

[12:19:29] [Server thread/INFO]: View Distance: 10

[12:19:29] [Server thread/INFO]: Item Merge Radius: 2.5

[12:19:29] [Server thread/INFO]: Item Despawn Rate: 6000

[12:19:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true

[12:19:29] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200

[12:19:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true

[12:19:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false

[12:19:29] [Server thread/INFO]: Experience Merge Radius: 3.0

[12:19:29] [Server thread/INFO]: Mob Spawn Range: 6

[12:19:29] [Server thread/INFO]: Cactus Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Cane Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Melon Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Sapling Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Beetroot Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Carrot Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Potato Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Wheat Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Vine Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Bamboo Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: SweetBerry Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Kelp Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false

[12:19:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false

[12:19:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[12:19:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645

[12:19:29] [Server thread/INFO]: Max TNT Explosions: 100

[12:19:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms

[12:19:29] [Server thread/INFO]: -------- World Settings For [world_nether] --------

[12:19:29] [Server thread/INFO]: Simulation Distance: 10

[12:19:29] [Server thread/INFO]: View Distance: 10

[12:19:29] [Server thread/INFO]: Item Merge Radius: 2.5

[12:19:29] [Server thread/INFO]: Item Despawn Rate: 6000

[12:19:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true

[12:19:29] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200

[12:19:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true

[12:19:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false

[12:19:29] [Server thread/INFO]: Experience Merge Radius: 3.0

[12:19:29] [Server thread/INFO]: Mob Spawn Range: 6

[12:19:29] [Server thread/INFO]: Cactus Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Cane Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Melon Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Sapling Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Beetroot Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Carrot Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Potato Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Wheat Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Vine Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Bamboo Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: SweetBerry Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Kelp Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false

[12:19:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false

[12:19:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[12:19:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645

[12:19:29] [Server thread/INFO]: Max TNT Explosions: 100

[12:19:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms

[12:19:29] [Server thread/INFO]: -------- World Settings For [world_the_end] --------

[12:19:29] [Server thread/INFO]: Simulation Distance: 10

[12:19:29] [Server thread/INFO]: View Distance: 10

[12:19:29] [Server thread/INFO]: Item Merge Radius: 2.5

[12:19:29] [Server thread/INFO]: Item Despawn Rate: 6000

[12:19:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true

[12:19:29] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200

[12:19:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true

[12:19:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false

[12:19:29] [Server thread/INFO]: Experience Merge Radius: 3.0

[12:19:29] [Server thread/INFO]: Mob Spawn Range: 6

[12:19:29] [Server thread/INFO]: Cactus Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Cane Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Melon Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Sapling Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Beetroot Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Carrot Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Potato Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Wheat Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Vine Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Bamboo Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: SweetBerry Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Kelp Growth Modifier: 100%

[12:19:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false

[12:19:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false

[12:19:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[12:19:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645

[12:19:29] [Server thread/INFO]: Max TNT Explosions: 100

[12:19:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms

[12:19:29] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld

[12:19:31] [Worker-Main-1/INFO]: Preparing spawn area: 0%

[12:19:31] [Worker-Main-5/INFO]: Preparing spawn area: 0%

[12:19:31] [Worker-Main-5/INFO]: Preparing spawn area: 0%

[12:19:31] [Worker-Main-1/INFO]: Preparing spawn area: 0%

[12:19:31] [Worker-Main-9/INFO]: Preparing spawn area: 6%

[12:19:31] [Server thread/INFO]: Time elapsed: 2372 ms

[12:19:32] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether

[12:19:33] [Worker-Main-8/INFO]: Preparing spawn area: 0%

[12:19:33] [Worker-Main-5/INFO]: Preparing spawn area: 0%

[12:19:33] [Worker-Main-5/INFO]: Preparing spawn area: 0%

[12:19:33] [Server thread/INFO]: Time elapsed: 1424 ms

[12:19:33] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end

[12:19:34] [Worker-Main-11/INFO]: Preparing spawn area: 0%

[12:19:34] [Worker-Main-1/INFO]: Preparing spawn area: 0%

[12:19:34] [Worker-Main-8/INFO]: Preparing spawn area: 17%

[12:19:34] [Server thread/INFO]: Time elapsed: 1193 ms

[12:19:34] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[12:19:34] [Server thread/INFO]: Done (5.375s)! For help, type "help"

3개의 댓글

허두
2022.06.27

org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml

Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml


jar 파일이 잘못된 것 같습니다 (plugin.yml이 포함되어 있지 않음). 공식 사이트에서 다운받은 올바른 파일을 적용한 것이 맞는지 확인해보세요.

1ss2ss
2022.06.27
@허두

베타는 아직 적용이 안되나요 ?

허두
2022.07.02
@1ss2ss

최근 릴리즈된 버전으로 다시 한 번 시도해보시기 바랍니다!

https://dev.bukkit.org/projects/worldedit/files

뉴스 및 창작물
/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 4

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2

/files/thumbnails/219/899/003/262x150.crop.jpg?20241009200950

건축

송전탑+도시 2

dbasd12

2024-10-09

2

/files/thumbnails/246/898/003/262x150.crop.jpg?20241008102328

레드스톤

단다단 - 오토노케(オトノケ) | 마인크래프트 노트블럭 커버

노트블럭전문가

2024-10-08

1

/files/thumbnails/348/896/003/262x150.crop.jpg?20241006103035

디도스/봇테러등등을 낚는 방법 4

물귀신

2024-10-06

3