Giter VIP home page Giter VIP logo

mcserver's Issues

Update Script

What we can do is make a seperate directory for anagement files and when updating remove it and replace with new files.

E

when i type screen -ls its only show afk and playit there is no server screen

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

unable to move on fabric 1.18.2

I don't think that the problem is the mods I installed, because they work on my single player worlds, but whenever I join, I am unable to move and any items that I get from creative are removed. I am also unable to place blocks, while OPped, and with spawn protection set to 0. Please help, because I am just trying to get my Minecraft thing to work!
EDIT: Ok I can place vanilla blocks, but anything modded is a no go

PLUGIN AND BUNGEE CHORD SERVER KEEPS DELETING THE "SCREEN"

whenever i start the server it starts of normal, but after one restart a screen keeps missing. Its either the "screen -r playit" or the "screen -r server". After its missing the server is now broken because if one of them is missing it will either be no ip for the server or no server at all. I also tried it on vanilla server but its working normally. Please help me fix this issue thank you.

Forge crashing

ik that we have to change the java before the forge thing but whenever I do that and start forge or if I uninstall the server and do the change before a new install, it just resets. it literally undo the comment and uses java 16.
here's a crash log if you need
image

Permission Denied error.

When trying to clone this repository in the Google Cloud Shell, I get the following error:
fatal: could not create work tree dir 'mcserver': Permission denied

Is there a fix for this?

How to upload 1.19.2 worlds to 1.20.4

I made this server a 1.20.4 server and wanted to upload my world from appdata/roaming/.minecraft/versions/Sodium squol 1.19.2/ Hardcore but when I uploaded it, some files were missing like playerdata and others, even though I uploaded the entire world folder. Do I have to change this into a 1.20.4 world? Also I made this a 1.20.4 hoping for the geyser plugin to work but when I asked my friend to try it out. The play and save buttons became grey even though I told him the IP from playit and port from server.properties

[documentation] Wiki edit - Version (formatting and permanent fix instead of temp)

To change the version of Java to java 8 to run Minecraft 1.16.5 and below:-

First, run this command:
sudo update-alternatives --config java
It will give you bunch of output something like this

There are 2 choices for the alternative java (providing /usr/bin/java).
  Selection    Path                                            Priority   Status------------------------------------------------------------
  0            /usr/lib/jvm/java-11-openjdk-amd64/bin/java      1111      auto mode* 
  1            /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111      manual mode
  2            /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1081      manual mode
Press <enter> to keep the current choice[*], or type selection number:

Now copy the /usr/ path of Java 8.

Then, do nano startJavaServer then it will open up a file like this file.

Change it to like this:

#!/bin/bash
export MAIN_DIR=$PWD
export JAVA=$MAIN_DIR/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
cd server

mem=$(grep MemTotal /proc/meminfo | sed -e 's/MemTotal:[ ]*//' | sed -e 's/ kB//') # some new stuff 

mem=$(($mem/1024/1024))

#uncomment this below line only if the server you are running is 1.17+ (if it is uncommented by default keep it as it is).
#$JAVA -Xmx${mem}G -Xms${mem}G -jar server.jar nogui
# for 1.16 or lower uncomment this line
java -Xmx${mem}G -Xms${mem}G -jar server.jar nogui

Hope this helps!

No Playit

I cannot use the 'screen -r playit'. It says that 'There is no screen to be resumed matching playit.'

playit screen is missing after restarting server

After some time needing to restart the server, the playit.gg screen does not automaticall open up.

when trying to execute startPlayIt the following Error shows: line 5: playit: command not found

image

Issue when starting the server

My server starts up and is fine after being checked. But when I try to get to server console, it says "There is no screen to be resumed matching server". And when I check the files, there is only the basic stuff. Such as the libraries folder, minecraft_1.12.2.jar and stuff like that.

P.S. ignore the name of the cloud shell
image
image

Fabric server jar is not used

Hi i am enjoyinbreaks with an issue again!!!!!

The fabric server jar is added but it is not used. The vanilla jar is used only.

i fixed it by changing the server.jar to fabric-server-launcher.jar in startjavaserver file.

I hope you can fix it in the project.
Thanks

Facing Problems in the Playit screen

I am not able to join my Minecraft server and It is showing an unknown host whereas in other multiplayer servers I can join
image

2021-05-12T16:24:50Z ERROR networking::mio_net] Got unexpected error reading from tcp: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" } │
[2021-05-12T16:24:50Z ERROR networking::mio_net] Got unexpected error reading from tcp: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" } │

[2021-05-12T16:24:47Z ERROR networking::mio_net] Got unexpected error reading from tcp: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }

Screens not starting

There is an issue that happens to me and my second account. Whenever I make a server using your instructions, it shows that server has installed or whatever. But when I do [screen -ls], It says that there are no screens. This means that playit and server haven't started. Also, the server files have not been generated except the .jar file and EULA. PLS HELP!!!!!!!

Not working

The Forge 1.17.1 and the sponge are not working i thinks the paper and vanilla only works

Help

this is free and for 24/7? and lagg?

disconnected from world and unable to connect

i play on both mcpe and windows 10 edition but whwner i try to play on server it shows either unable to connect or disconnected from server pls tell this issue wass not before 5 days but now it is happening pls help me

No Eula

Hello, I used the google cloud server host and everything was going good until when I turn on the server, it doesn't seem to turn on but
it just showing the console is reading the eula text but I thought it would take some time but turns out it didn't even work it's just showing -->
Your server just doing a second restart to fix the EULA file.

Starting the server up. Please wait...
Installing Dependencise...
and on and on and on
so I went to look the server file and turns out I found NO EULA FILE WHICH INCLUDES eula=true
so please fix it.

BADROCK SERVER

in badrock server i dont see playit how to fix it, if dont have playit i cant playing server with my friends

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.