Git Product home page Git Product logo

minecraft-server-motd-3t3n's Introduction

minecraft-server-motd-3t3n

latest server icon

Minecraft "Ping" plugin for displaying an icon, message of the day (motd) and number of players to those attempting to connect to the server.

(3t3n is the abbreviation for a hosted server)

Minecraft Multiplayer Server Dialog

Features:

  • Example Minecraft "ping" plugin. Also a very easy initial plugin for those learning about plugin development.
  • Compiled to support older servers running on Java 8.
  • Tested plugin on these servers:
    • Spigot 1.16.4-R0.1-SNAPSHOT (compile with Java 14 on MacOS) when testing plugin locally.
    • Paper 1.16.4 (compiled with Java 8) running on a paid hosting service using an older version of Java.

Development Environment Setup and Workflow

If you haven't create a plugin before, you'll need to setup your local development environment and understand the compile and test workflow. I've created a Minecraft Plugin Development Guide to cover this.

To Release Your Plugin

Make sure you first update the plugin version in pom.xml in <version>1.0.1</version>.

mvn clean package

You should now have your new plugin jar file in target folder.

To install on your Spigot compatable Minecraft Server

  • Copy target/Motd3T3NPingPlugin-n.n.n.jar to your server /plugin folder, and reload server configuration (or just restart server).

  • Copy src/main/resources/3t3n-icon.png image (64x64) to the root of your Minecraft server folder (NOT the plugin folder).

You should see a message in your server console:

[11:50:26] [Server thread/INFO]: [Motd3t3n] Enabling Motd3t3n v1.0.0

minecraft-server-motd-3t3n's People

Contributors

briangershon avatar

Watchers

 avatar  avatar

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.