Git Product home page Git Product logo

kuerbisskraftplugin's Introduction

KuerbissKraftPlugin

Game-Management-Plugin für das Minecraft Projekt Kürbisskraft im Hungergames Stil

Dateien:

plugins
│  KuerbissKraft-1.0-SNAPSHOT-all.jar
│
└───KuerbissKraft
    │  Advancements.json
    │  Blacklist.txt
    │  Entities.json
    │  Players.json

Advancements.json

Enthält ein JSON-Objekt in welchem der Titel zu den NamespaceKeys der Advancements steht. Wird benutzt für Meldungen wie: "Ein Spieler hat den Erfolg [Oh Shiny] erziehlt".

Blacklist.txt

Enthält eine Reihe von Ausdrücken die im Chat gesperrt werden sollen, diese stehen im RegEx-Syntax und sind Case Insensitive.

du\s+bist\s+blöd
minecraft\s+ist\s+doof

Entities.json

Hier wird festgehalten welche Truhe welchem Team gehört.

Players.json

Muss vor Begin gefüllt sein! Hier stehen alle Infos über einen Spieler in einem JSON-Array. Pro Team sind genau zwei Spieler vorgesehen.

[
  {
    "id": "der_kuerbiss",
    "teamName": "groot",
    "strikes": 0,
    "lastLogout": -1,
    "dayPlayTime": 0,
    "textures": "mizunos16craft",
    "alive": true
  }
]

kuerbisskraftplugin's People

Contributors

tsukinoko-kun avatar

Watchers

James Cloos avatar Nils Feierabend avatar  avatar

kuerbisskraftplugin's Issues

Chest protection

Crates should not be able to be opened if none of the players on the owner team are online

Timer for playtime

Timer, measuring how long a player is on the server (for that day)
Display left time on a scoreboard

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.