Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Assistance #253

Open
1 task done
TheChubbiNerdAtDuck opened this issue May 30, 2024 · 4 comments
Open
1 task done

Server Assistance #253

TheChubbiNerdAtDuck opened this issue May 30, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@TheChubbiNerdAtDuck
Copy link

Was this help requested before?

  • No, it was not.

Please provide a link to your crash report or latest.log, if relevant

No response

If you have any, please provide a list of additional mods

No response

Please describe what you need help with

Hi, so Im trying to run a local run server for 1.12.2 modded minecraft (tekkit 2) and Ive been researching ways to make plugins work with it, but was wondering if anybody could help me out here, Ive tried runing craftbukkit but it doesnt load the modded items and crashed when i run into an item that isnt loaded serversided but is client sided and proceeded to crash the server and will keep crashing due to being in a block not loaded by the serverside with craftbukkit, is there a way to enable plugins with forge? Was going to try and use magma but it doesnt work, cant figure out what to do without the original jar file. returning dev looking for help.

@TheChubbiNerdAtDuck TheChubbiNerdAtDuck added the auto: help This help request hasn't been looked at yet label May 30, 2024
@xJon xJon added help wanted Extra attention is needed and removed auto: help This help request hasn't been looked at yet labels May 30, 2024
@xJon
Copy link
Owner

xJon commented May 30, 2024

You can try to simply use https://www.curseforge.com/minecraft/mc-mods/forge-essentials as a mod, but for full plugin support there is https://github.com/Luohuayu/CatServer/blob/1.12.2/docs/README_EN.md.

@TheChubbiNerdAtDuck
Copy link
Author

Ive tried CatServer is too unstable I cant even break trees yo.

@xJon
Copy link
Owner

xJon commented May 30, 2024

@TheChubbiNerdAtDuck CatServer shouldn't case that, it might be setup incorrectly. You can join their Discord server for support.

@TheChubbiNerdAtDuck
Copy link
Author

TheChubbiNerdAtDuck commented May 30, 2024

define setup incorrectly I literally followed the install instructions. Forge Essentials Seems like a good compromise, but I really prefer to use real server jars, so this is the script Im using its the default script for tekkit 2 servers

edite" can confirm the CatServer jar is unstable for tekkit 2, blocks dont break, mods dont properly load, errors are thrown.
"@echo OFF

:: When setting the memory below make sure to include the amount of ram letter. M = MB, G = GB. Don't use 5GB for example, it's 5G ::

:: This is allocated memory ::
set mem=3G

:: Don't edit past this point ::
ECHO [Tekkit 2] woah guys Im thinking...
ECHO [Tekkit 2] Java 8? whats that?

java -server -Xmx%mem% -XX:+UseG1GC -Xms2G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.queryResult=confirm -Duser.language=en -jar CatServer.jar gui

PAUSE
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants