Giter VIP home page Giter VIP logo

Comments (3)

MaelREBOUX avatar MaelREBOUX commented on August 22, 2024 1

Hello ! You are quick !

In the meantime I just set up a Bukkit version Minecraft server. And now I see all the structure and the plugin folder.

So I recommend you just to add a little sentence to precise the dependency to the bukkit version.

Now : testing you webconsole !

have a good day.

from webconsole.

mesacarlos avatar mesacarlos commented on August 22, 2024

Hello,
Bukkit/Spigot/PaperMC server plugins are all the same: A .jar file. The folder structure of a bukkit/spigot server is something like the following:

structure

To install any plugin, you need to download the .jar file of the plugin (WebConsole.jar in this case) to the "plugins" folder of your bukkit or spigot server:

Screenshot of my plugins folder
plugins folder

The folders you see there will automatically generate when you run your server, and they contain the configuration files for your installed plugins. For example, for WebConsole, it is generated the WebConsole folder, and inside of it is generated a config.yml file (the one refferred by the docs).

Answering to your question: You do not run the .jar files of your plugins. You run the jar file of your server (bukkit.jar or spigot.jar or a .bat file if you made it). Bukkit will be the one that opens and executes the plugins stored inside the plugins folder.

Ask here if you have any further questions :)

from webconsole.

MaelREBOUX avatar MaelREBOUX commented on August 22, 2024

Up and running : great job.

cd /data/craftbukkit/plugins/
wget https://github.com/mesacarlos/WebConsole/releases/download/v2.1/WebConsole-2.1.jar
mv WebConsole-2.1.jar WebConsole.jar

edit config.yml file, restart the minecarft server

apt install nginx
 
cd /var/www/html/
wget https://github.com/mesacarlos/WebConsole/releases/download/v2.1/client-v2.1.zip
unzip client-v2.1.zip
mv client console

http://{my-server}/console/

from webconsole.

Related Issues (20)

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.