Jump to content

coshnaut

Member
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by coshnaut

  1. I have an in-progress server that needs resource pack treatment in order to play, but it hasn't been working at all.

    The pack works totally fine in singleplayer, or even client side while playing on the server, but not through the server resource pack. But, when I join the server with the resource pack enabled (server side), I get this message: 

    2023-04-10_19_12_30.thumb.png.6c79afd90e08f2e788d1fc106f7d944c.png
    It doesn't appear in any of the other scenarios.

    The resource pack consists of

    • some textures
    • model files
    • custom model data files

    The link is https://63785b3607b51a01cd319bcc.manager.minehut.com/v1/resource_packs/8571c7f0-a50b-488d-92a9-3ed58c74af6b. I can't make this server if it doesn't work.

    I do plan on making changes to the resource pack

  2. Acyend


    Swaps the entire End color pallete to beautifully balanced cyan, inspired by Eyes of Ender and the end portal frame.

     

    What does it change?

    End stone

    All purpur blocks

    Bedrock

    Shulkers

    Endermen eyes

     

    Installation instructions:

    1. Download acyend.txt

    2. Rename it to acyend.zip

    3. Open the file

    4. Extract the folder

    5. Add it to Minecraft

    6. Enjoy!

     

    See below for images

    4.

    acyend_city.png

    ship_exterior.png

    genuine.png

    ship_interior.png

    pack.png

    acyend.txt

  3. This single error message crops up almost every day, stopping my server and is hindering developement on it because it undoes everything until the last reset

    /home/minecraft/signal/start_cmd: line 1:  1728 Killed                  /opt/java/17/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -DIReallyKnowWhatIAmDoingISwear -Djline.terminal=jline.UnsupportedTerminal -jar server.jar

    I have a feeling the server is hacked or something because it happens completely randomly and sometimes not for a while

    I've changed my minehut password twice already

    Plugins: AdvancedBan, BackToTheRoots*, CoreProtect, CustomCrafting, Geyser-Spigot, LibsDisguises, MinehutCosmetics, MinehutPlugin, Multiverse-Core, NoChatReports, OpenInv, PluginConstructorAPI, ProtocolLib, SkBee, SkQuery, skRayFall, Skript, Skript-Advancements, Tablisknu, ViaVersion, WolfyUtilities

  4. I've been receiving this error for a while now, and i'm thinking of restarting my server because of it. i don't know why it happens, and it looks to me that the server is trying to self destruct itself.

    Here's the error

    [17:08:29 ERROR]: This crash report has been saved to: /home/minecraft/server/./crash-reports/crash-2023-01-30_17.08.29-server.txt
    [17:08:29 INFO]: Stopping server
    [17:08:29 INFO]: Saving players
    /home/minecraft/signal/start_cmd: line 1:   938 Killed                  /opt/java/17/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -DIReallyKnowWhatIAmDoingISwear -Djline.terminal=jline.UnsupportedTerminal -jar server.jar

    NOTE: i just recently downgraded to 1.19 in an attempt to fix the error, and this copypaste is from 1.19, but i get the same error in 1.19.3

    Plugins (22): AdvancedBan, CoreProtect, CustomCrafting, Geyser-Spigot, LandClaiming, LibsDisguises, MinehutCosmetics, MinehutPlugin, Multiverse-Core, NoChatReports, OpenInv, PluginConstructorAPI, ProtocolLib, SkBee, SkQuery, skRayFall, Skript, Skript-Advancements, Tablisknu, TangledMaze, ViaVersion, WolfyUtilities

  5. I wouldn't run this skript if i were you. Commands are essential to minecraft servers and you could prevent a player from leaving the server with /lobby.

    You could even stop yourself from reloading skript!

    Instead, disable specific commands like so:

    # change the command after "on command" to disable a different command
    on command /plugins:
    	if player has permission op:
    		# nothing
    	else:
        	cancel the event
    		send "&c&o&lHey! &r&7You can't run that command."

    You can copy and paste this skript multiple times with different commands to add more disability.

    (I don't need credit either)

  6. (Hey! I'm assuming the problem is being caused by a command block. If not, I don't know how to help much.)

    On the Minehut dashboard, in the Settings tab, scroll down until you find the Command Blocks option. Click it, and select Disabled. Restart the server, log on and destroy the command block. In the Minehut dashboard once again, find the Command Blocks option, click it, and select Enabled. Restart the server, and your problem should be solved

    I hope i helped in some way 😀

×
×
  • Create New...