Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zinkil-yt/pandaz-core
The Public Version Core System For MCPE Practice Server Pandaz.
https://github.com/zinkil-yt/pandaz-core
mcpe mcpe-server pandaz php pmmp pocketmine pocketmine-mp pocketmine-plugins poggit practice-core
Last synced: about 1 month ago
JSON representation
The Public Version Core System For MCPE Practice Server Pandaz.
- Host: GitHub
- URL: https://github.com/zinkil-yt/pandaz-core
- Owner: Zinkil-YT
- License: gpl-3.0
- Created: 2021-05-09T10:32:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T04:02:30.000Z (over 2 years ago)
- Last Synced: 2024-10-09T23:04:23.181Z (about 1 month ago)
- Topics: mcpe, mcpe-server, pandaz, php, pmmp, pocketmine, pocketmine-mp, pocketmine-plugins, poggit, practice-core
- Language: PHP
- Homepage: https://bit.ly/3kahxpV
- Size: 220 KB
- Stars: 23
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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```yaml
---
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)
```yaml
---
# 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