WaterfallMC / Waterfall-Old

[UNMAINTAINED] Waterfall prior to becoming patch-based, see the project website at
https://papermc.io
Other
35 stars 12 forks source link

Modify/Remove the 'Waterfall' in the version info #60

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi, have to change this information? I'm talking about the version on the server list: https://scr.hu/PRGG6V

Techcable commented 8 years ago

Change 'gameVersion' in waterfall.yml

ghost commented 8 years ago

What does it have to do with my question?

I want to change this for example "Only MC 1.7/1.8"

Janmm14 commented 8 years ago

Change "gameVersion" in waterfall.yml

ghost commented 8 years ago

What does it have to do with my question?

Janmm14 commented 8 years ago

Dude because I repeated the answer, you should think about it and know that you need to change that configuration value to whatever you want to achieve your goal.

Thanks.

If it does not work immediately, you might want to /greload or restart your Waterfall server.

ghost commented 8 years ago

Dude, I don't want to change the version, just the message.

Janmm14 commented 8 years ago

We know and we gave you the appropiate answer for that.

minecrafter commented 8 years ago

This will change the message. If you're hesitant, then ServerListPlus should work perfectly fine with Waterfall.

ghost commented 8 years ago

I want to change the invalid version message.

Janmm14 commented 8 years ago

Then change that configuration value. It does not chage version of Waterfall or spigot version or BungeeCord version or any plugin version. It just changes that specific version you mentioned and screenshotted.

Thanks.

Instead of writing further answers, just try it out please.

ghost commented 8 years ago

I want to change the invalid version message not the available versions...

Janmm14 commented 8 years ago

@minecrafter @Techcable Please reopen the issue. He is actually correct in that he can't remove the leading Waterfall from the version which is sent.

Techcable commented 8 years ago

This is expected behavior for spigot/bungee/paper/waterfall. getModName() + supportedVersions is what the version string almost always is.

ghost commented 8 years ago

How to change it? Ok, I see now how to edit it, but I would have to edit the source. How to do it?

Janmm14 commented 8 years ago

Currently editing is possible with plugins or source code modification.

ghost commented 8 years ago

Can you help with doing it?

Leymooo commented 8 years ago

https://github.com/Dimatert9/Waterfall/commit/574f1d7f11f18c873a0d2c8fe537e859019de081 https://github.com/Dimatert9/Waterfall/commit/78ba3cd0076d3341609dd9173719b7de1d3af268

this can help.

ghost commented 8 years ago

I know where to change it, but I don't know how.

ghost commented 8 years ago

?

Janmm14 commented 8 years ago

@CzlowiekKuktas You download this project as ZIP or clone it with git. Then you change that what you want. Next you need to download the java development kit (jdk) (preferably latest one) and maven 3 (latest version as usual). Then you navigate with your command line into the root folder of this project and execute mvn clean install. After that, go into bootstrap/target and you have your new BungeeCord.jar.

ghost commented 8 years ago

@Janmm14 How to install Maven?

Leymooo commented 8 years ago

@CzlowiekKuktas google?

ghost commented 8 years ago

How to edit the source with Eclipse for example?

Where can I get all resources that BungeeCord/Waterfall need?

Janmm14 commented 8 years ago

@CzlowiekKuktas Maven is used for the things BungeeCord / Waterfall needs. Just follow my instructions. Do not use eclipse for compilation. To install maven, please google.

kamcio96 commented 8 years ago

download maven, unzip it, run in project folder: "C:/something/else/downloads/apache-maven-version/bin/mvn.bat" clean install

ghost commented 8 years ago

@kamcio96 I entered the Waterfall-master folder and run this command, something happened. I have the jar. Now what?

Ichbinjoe commented 8 years ago

This has turned into a help issue. Please bring this to the forums, keep issues clean On Wed, Apr 27, 2016 at 14:54 CzlowiekKuktas notifications@github.com wrote:

@Janmm14 https://github.com/Janmm14 @kamcio96 https://github.com/kamcio96 https://scr.hu/w2r69v

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/WaterfallMC/Waterfall/issues/60#issuecomment-215192411

Joseph Hirschfeld joe@ibj.io Ichbinjoe Skype: ichbinjoehirschfeld

ghost commented 8 years ago

It is heading to the end. @Janmm14 @kamcio96 can you help?

kamcio96 commented 8 years ago

get bootstrap/target/waterfall-version.jar and run

kamcio96 commented 8 years ago

or you can just write plugin xDDDD

ghost commented 8 years ago

@kamcio96 @Janmm14 Ye, I have original Waterfall, and I need to change something. How?

Janmm14 commented 8 years ago

@CzlowiekKuktas one last comment from me here: in the source files you go in with a text editor, the places are already mentioned by Dimart9. Edit one of the two places. After saving, run the mvn ... command.

ghost commented 8 years ago

@Janmm14 Last question: Can I change the invalid version message to the normal online player count?

Techcable commented 8 years ago

@CzlowiekKuktas That is outside the scope of waterfall, and should be handled in a plugin.