HGLabor / 1.8HungerGames

1.8 Hunger Games plugin for HGLabor
GNU General Public License v3.0
7 stars 4 forks source link

Bug: Keine Ränge in der Tablist... #53

Open taito2019 opened 2 years ago

taito2019 commented 2 years ago

yes

enricoxD commented 2 years ago

ok cooler bug

ombre-Taste commented 11 months ago

How do i use the plugin

enricoxD commented 11 months ago

hi @ombre-Taste just clone the repo and build it using .\gradlew shadowJar. then put it into your server's plugins folder please note that this plugin is not really configurable, as it is designed to fulfill our specific needs.

ombre-Taste commented 11 months ago

Thank u

ombre-Taste commented 11 months ago

can i add a skript or smt else that the map is custom like there are no mushrooms just a normal mc world?

ombre-Taste commented 11 months ago

is it possible to deactivate the code that it doesn't create a map

ombre-Taste commented 11 months ago

This Code leads to delete the world but when i remove this the game is at the end wich makes sense so is it even possible to get a custom map in it Code: override fun load() { File("world/").let { file -> if (file.exists() && file.isDirectory) file.deleteRecursively() }

ombre-Taste commented 11 months ago

i think it is the spigot code

ombre-Taste commented 11 months ago

please respond thx

enricoxD commented 11 months ago

can i add a skript or smt else that the map is custom like there are no mushrooms just a normal mc world?

You can add a plugin to customize the worldgeneration. We, for example, use TerrainControl.

enricoxD commented 11 months ago

This Code leads to delete the world but when i remove this the game is at the end wich makes sense so is it even possible to get a custom map in it Code: override fun load() { File("world/").let { file -> if (file.exists() && file.isDirectory) file.deleteRecursively() }

This code removes the world files before the world is generated, which works fine for us. We could also move this to when the server is stopped

ombre-Taste commented 11 months ago

thx for the explenation

ombre-Taste commented 11 months ago

TerrainControl is not realy working i cnat find any tutorials that could help can u go in a bit more detail?

ombre-Taste commented 11 months ago

forgot the first thing can u explain how i increase the mushroom spawnrate i cant find it XD thx for helping

ombre-Taste commented 11 months ago

i solved it but thanks

ombre-Taste commented 11 months ago

Thank u for helping

enricoxD commented 11 months ago

Thank u for helping

Great that you could solve it! If you need further assistance, feel free to open a new issue ^-^

ombre-Taste commented 11 months ago

Enrico after u helped me so much can u code me a simple HungerGamesHG 1.8 plugin this would mean the world for me but u only have to do the basics like spawn prot and cake at the end with water bucket no kits no scoreboard dont add the won round text "yRelaxe won the round" dont do that commands: /info for stats and kills /feast for owner to spawn the feast in 5min /start to start the next phase stackable i mean with that from waiting for player to skip that and start the next phase and the game starts with 2 players an make the plugin create a folder with the configs thx if u would do that for me it would mean so much for me thank u just create a simple hg plugin for spigot 1.8 LG.ombre-Taste <3 and when the game ends the server stops and the world and the current game data gets deleted like in ur plugin

ombre-Taste commented 11 months ago

if u cant do that dor me then tell me someone that would do that thanks

enricoxD commented 11 months ago

@ombre-Taste sadly I wont be able to make a hg plugin for you. Maybe @taito2019 will? Or just fork this project and remove everything you don't need

ombre-Taste commented 11 months ago

thank u for that info i will text him

ombre-Taste commented 11 months ago

how can i remove the scoreboard and that HGLabor:%player% won the round that the hglabor is removed? how can i remove that

ombre-Taste commented 11 months ago

because im too dumb for that tried it but everything fcked up XD lol

enricoxD commented 11 months ago

@ombre-Taste to remove the scoreboard just remove every usage of HGPlayer#board

To change the Prefix which is used in Chatmessages just edit it in the HungerGames.kt or remove the ${Prefix} in the Message

ombre-Taste commented 11 months ago

But i wanna thank u for the support and the time u gave me ;D

ombre-Taste commented 11 months ago

I solved it i kinda understand the code now

ombre-Taste commented 10 months ago

My server lags when it generates the chunks and im getting kicked out can you help me fix it

ombre-Taste commented 10 months ago

like that it preloads the chunks before somebody joins without having a issue with TerrainControl

enricoxD commented 10 months ago

@ombre-Taste You can use a plugin like Chunky to pre-generate your world. If you want to implement the logic for world pre-generation within the plugin, feel free to create a pull request. Currently, I do not have plans to do so, but I might consider it in the future if I encounter any issues myself

ombre-Taste commented 10 months ago

wich version works for 1.8

ombre-Taste commented 10 months ago

i cant find any good pre load plugin can u help

ombre-Taste commented 10 months ago

ur server is on but im not whitelisted XD what is going on

enricoxD commented 10 months ago

wich version works for 1.8

Im not sure, sorry

enricoxD commented 10 months ago

ur server is on but im not whitelisted XD what is going on

hglabor is currently offline