Coder Social home page Coder Social logo

itsjohnny30 / pandaz-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zinkil-yt/pandaz-core

0.0 0.0 0.0 225 KB

The Public Version Core System For MCPE Practice Server Pandaz.

Home Page: https://bit.ly/3kahxpV

License: GNU General Public License v3.0

PHP 100.00%

pandaz-core's Introduction

Pandaz

The Official Core Of The MCPE Practice Server Pandaz.

Features

  • FFA
  • Bots Duels
  • Duels
  • Party System
  • Stats
  • Scoreboards
  • Leaderboards
  • Custom Pots
  • Settings
  • Ranks & Permissions
  • Staff Utilities
  • Anti-Cheat
  • Database (SQLite3)

Config

  • Arena Config
---
duel-arenas: 
    example-arena:
    
        # The coords where players spawn in a party duel.
        center:
          x: 1
          "y": 1
          z: 1
          
        # The name of the world.
        level: duelworld
        
        # Whether you want to enable player building or not.
        build: true
        
        # The coords where the player spawns in a duel.
        player-pos:
          x: 1
          "y": 1
          z: 1
          
        # The coords where the opponent spawns in a duel.
        opponent-pos:
          x: 1
          "y": 1
          z: 1
          
        # Configure what gamemode this duel map is for.
        # Gamemodes: nodebuff, gapple, fist, sumo, combo
        # Bots: easy, medium, hard, hacker.
        modes:
          - nodebuff
          - easy
...
  • Leaderboard Config (staticfloatingtexts, updatingfloatingtexts)
---
# You can name this whatever you want.
topkills:

    x: 1 #x coord where the floatingtext spawns in.
    y: 1 #y coord where the floatingtext spawns in.
    z: 1 #z coord where the floatingtext spawns in.
    
    # The Title of the floating text.
    title: "Top Kills"
    
    # The bottom part of the floating text.
    
    # Allowed variables: {world}, {ip}, {discord}, {shop}, {vote}, {doubleline}, {line}, {player}, {kills}, {deaths}, {kdr}, {elo}, {coins}, {streak}, {player_health}, {player_max_health}, {online_players}, {online_max_players}, {topkills}, {topdeaths}, {topkdr}, {topelo}, {toplevels}, {topwins}, {toplosses}, {topkillstreaks}, {topdailykills} and {topdailydeaths}
    
    text: "{doubleline}{topkills}"
    
    # The world where the floating text spawns in.
    level: leaderboardworld
    
...

Made with โค by Zinkil

pandaz-core's People

Contributors

zinkil-yt 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.