A simple but scalable FFA Practice Core featuring one Game Mode & Vasar PvP aspects.

Overview

Ganja

A simple but scalable FFA Practice Core featuring one Game Mode & Vasar PvP aspects. An example of this Plugin can be found in-game at ganja.bet:19132!

The purpose of this Core is to provide the community with a decent template for making a pot server. There are little to no good examples let alone any at all. It has most of Vasar's PvP aspects, back from before it closed. Everything is hard-coded to promote actual use and change of the Core so there's some variety in the community.

Gameplay on Ganja can be watched here.

Please read carefully and take your time:

  1. Download this Plugin and place it in your plugins folder: Ganja by Warro image
  2. Download the DEVirion Plugin and place it in your plugins folder: DEVirion by poggit image
  3. Download the libasynql Virion and place it in your virions folder: libasynql by poggit image
  4. Be sure to modify this line in Base.php inside of onEnable(). image
  5. Be sure to modify this line in Base.php inside of onEnable(). image
  6. Lastly, be sure to open Variables.php and modify the constant values to your needs. image

Join my discord with discord.gg/vasar!

Star this for updates!

You might also like...
Practice-php - Repositório para praticar a sintaxe de php.

Configuração Inicial para desenvolver em PHP Instalando o PHP no Linux (Ubuntu) sudo apt install php libapache2-mod-php sudo apt-get update Utilizand

Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

Nextcloud All In One Beta This is beta software and not production ready. But feel free to use it at your own risk! We expect there to be rough edges

Adds a compact
Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number of items.

Repeater Easy Sort Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number o

This package makes it easy to add early access mode to your existing application.
This package makes it easy to add early access mode to your existing application.

This package makes it easy to add early access mode to your existing application. This is useful for when you want to launch a product and need to gat

Textpattern-for-Panic-Coda - A Textpattern CMS mode for Panic Coda

Textpattern elements for Panic Coda 2 Handy elements for use with Panic Coda 2 on a Mac when authoring files for the Textpattern CMS. This repository

Text-mode interface for git

Tig: text-mode interface for Git What is Tig? Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, bu

This package is considered feature-complete, and is now in security-only maintenance mode

laminas-soap This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering

A plugin simplify 1v1 mode for Pocketmine-MP!

A plugin simplify 1v1 mode for Pocketmine-MP!

A simple but extensible economy engine for PocketMine-MP, using label-oriented APIs.

Capital A simple but very extensible economy plugin for PocketMine-MP. How is Capital different from other economy plugins? Capital introduces a label

Comments
  • [Server threat/CRITICAL]: [Ganja] Make sure you have your Worlds loaded!

    [Server threat/CRITICAL]: [Ganja] Make sure you have your Worlds loaded!

    [Server threat/CRITICAL]: [Ganja] Make sure you have your Worlds loaded! - I have added an all world loader plugin however it still does not work, any solutions?

    opened by ta5in 4
  • [Server threat/CRITICAL]: [Ganja] Make sure you have your Worlds loaded!

    [Server threat/CRITICAL]: [Ganja] Make sure you have your Worlds loaded!

    I know this is a duplicate but my issue has still not been solved unfortunately.

    I've already done this with the pocketmine.yml

    worlds:
      #These settings will override the generator set in server.properties and allows loading multiple worlds
      #Example:
      #world:
      # seed: 404
      # generator: FLAT
      # preset: 2;bedrock,59xstone,3xdirt,grass;1
      world:
    

    I've also done this to the base.php

    if ($world->getFolderName() === Variables::SPAWN) {
    				$this->utils->spawnLocation = new Location(225.5, 85, 225.5, $world, 0, 180);
    			} else {
    				$this->utils->nodebuffLocation = new Location(225.5, 85, 225.5, $world, 0, 0);
    			}
    

    I do not know what the issue is anymore... what are the two numbers after the $world too?

    opened by aShanki 1
Owner
null
A new plugin like EconomyAPI but with a different mode

A new plugin like EconomyAPI but with a different mode

null 1 Dec 13, 2021
A game-mode for Minecraft: Bedrock Edition

HardCoreFactions This is an unpaid commission that was only released for educational purposes, consider using it as a reference rather than having it

Doge 3 Sep 8, 2021
The game is implemented as an example of scalable and high load architecture combined with modern software development practices

Crossword game The game is implemented as an example of scalable and high load architecture combined with modern software development practices Exampl

Roman 56 Oct 27, 2022
Core functionality for Legend of the Green Dragon, a text-based RPG game.

Legend of the Green Dragon (Core) Legend of the Green Dragon is a text-based RPG originally developed by Eric Stevens and JT Traub as a remake of and

Legend of the Green Dragon 135 Dec 28, 2022
This is wegare tools but all-in-one installer only, exclude GUI

All In One Installer for Wegare Tools This is wegare tools, but this is all-in-one. Here is the source https://github.com/wegare123?tab=repositories I

Helmi Amirudin 3 Jul 29, 2022
Magento commands to find translations that are present in one CSV file but not in another, and to translate CSV dicts with DeepL

Hyvä Themes - Magento translation CSV comparison command hyva-themes/magento2-i18n-csv-diff This module adds the bin/magento i18n:diff-csv and i18n:tr

Hyvä 6 Oct 26, 2022
An alternative Redis session handler for PHP featuring per-session locking and session fixation protection

RedisSessionHandler An alternative Redis session handler featuring session locking and session fixation protection. News phpredis v4.1.0 (released on

Marcel Hernandez 117 Oct 19, 2022
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.

forceutf8 PHP Class Encoding featuring popular \ForceUTF8\Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strin

Sebastián Grignoli 1.6k Dec 22, 2022
Here are few exercises to practice how to implement API Security with NGINX App-Protect WAF.

api-security-lab This repo contains files for customers and partners to practice an API Security with NGINX App-Protect WAF. To demonstrate the capabi

null 4 Mar 30, 2022
Some exercises to practice whiteboard interview questions in PHP.

PHP Interview Exercises · A number of exercises to practice whiteboard interview questions in PHP. Inside exercises directory, you can find folders co

Anton Ždanov 421 Jan 9, 2023