By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

1vs1 minigame plugin
version 2.0.0
Approved
Direct Download How to install?
Switch version
6185 Downloads / 61639 Total
28 Reviews
Plugin Description §

1vs1

discord license poggit-ci stars

✔️ Simple setup
✔️ Multi arena support
✔️ Fast, without lags
✔️ Last PocketMine API support
✔️ Kits support

How to setup?

  • Installation:

  1. Download latest release or sucess. build
  2. Upload it to your server folder /plugins/
  3. Restart the server
  • Create and setup an arena:

  1. Create an arena using /1vs1 create <arenaName>
  2. Join the setup mode (command /1vs1 set <arenaName>)
  3. There are setup commands (they are without /), you can use them to set the arena
  • Setup commands:
Command Description
help Displays all setup commands
done Is used to exit setup mode
level <levelName> Sets arena game level
spawn <spawnNum> Sets arena spawn position
joinsign Update joinsign
enable Enable the arena

Commands:


Commands:
    /1vs1 help:
        Description: Displays all OneVsOne commands
        Permission: 1vs1.cmd.help (OP)
    /1vs1 create:
        Description: Create new arena
        Permission: 1vs1.cmd.create (OP)
        Usage: /1vs1 set <arenaName>
    /1vs1 remove:
        Description: Remove arena
        Permission: 1vs1.cmd.remove (OP)
        Usage: /1vs1 remove <arenaName>
        Note: Changes will be after restart
    /1vs1 set:
        Description: Command allows setup arena
        Permission: 1vs1.cmd.set (OP)
        Usage: /1vs1 set <arenaName>
        Note: This command can be used only in-game
    /1vs1 arenas:
        Description: Displays list of all arenas
        Permission: 1vs1.cmd.arenas (OP)
    /1vs1 join:
        Description: Connect player to random match
        Permission: 1vs1.cmd.join (DEFAULT)

Permissions


1vs1.cmd:  
    description: Permissions for all OneVsOne commands
    default: op  
    children:  
        1vs1.cmd.help:
            description: Permission for /1vs1 help  
            default: op  
        1vs1.cmd.create:  
            description: Permission for /1vs1 create  
            default: op
        1vs1.cmd.remove:
            description: Permission for /1vs1 remove
            default: op
        1vs1.cmd.set:  
            description: Permission for /1vs1 set  
            default: op  
        1vs1.cmd.arenas:  
            description: Permission for /1vs1 arenas  
            default: op   
        1vs1.cmd.join:  
            description: Permission for /1vs1 arenas  
            default: op    
			

API


Events:

/**  
 * Arena constructor.
 * @param Server $server  
 * @param Plugin $plugin  
 */
 public function __construct(Server $server, Plugin $plugin) {  
    $server->getPluginManager()->registerEvents($this, $plugin);  
 }  
  
/**  
 * @param PlayerArenaWinEvent $event  
 */
 public function onWin(PlayerArenaWinEvent $event) {  
    $player = $event->getPlayer();  
    $this->addCoins($player, 100);  
    $player->sendMessage("§a> You won 100 coins!");  
 }  
		
/**  
 * @param Player $player  
 * @param int $coins  
 */
 public function addCoins(Player $player, int $coins) {}

Credits

- Icon made by Nikita Golubev from www.flaticon.com is licensed by CC 3.0 BY
What's new §
  • Update plugin to PocketMine api 4.0
  • config
  • new /1vs1 join command
  • customizable kits
  • new PlayerEquipEvent

RazzyGP
Outdated
using v1.0.1
13 Oct 21
It does not work properly. And it's limited to edits.
LanternServer
Outdated
using v1.0.1
25 Aug 21
Doesn’t work
NoNeim1
Outdated
using v1.0.1
19 Jun 21
When a player dies in arena it has to leave the server because he gets bugged
tgwaste
Outdated
using v1.0.1
07 Feb 21
doesn't work at all. setup instructions are non existent. /1vs1 create test /1vs1 set test /1vs1 enable > could not load arena there are missing information /1vs1 level test does nothing.
fesuk637
Outdated
using v1.0.1
13 Jan 21
It would not hurt to add payment for the victory (Through the plugin EconomyAPI)
jsonfromstatefarm
Outdated
using v1.0.1
26 Jul 20
enzipenzo
Outdated
using v1.0.1
03 Jul 20
Hey, this plugin has a lot of potential, and I know I'm doing something wrong here, but whenever I try to activate the arena, it says it has missing info. Do I have to make a new world, make a new arena, and set the spawns there? How do I use this plugin?
TowerFallGaming
Outdated
using v1.0.1
29 Jun 20
It's good but lots of times the winner gets crashed out
anonymous9788
Outdated
using v1.0.1
01 May 20
I can't set arena level. Please help me
Worst-Admin
Outdated
using v1.0.1
14 Apr 20
The items i have befire disappered
No4NaMe
Outdated
using v1.0.1
03 Mar 20
Disconected server 2020-03-03 [10:35:27] [Server thread/CRITICAL]: TypeError: "Argument 1 passed to pocketmine\lang\BaseLang::translate() must be an instance of pocketmine\lang\TextContainer, string given, called in /home/mcserver/plugins/1vs1/src/vixikhd/
LousWiteMC
Outdated
using v1.0.1
08 Feb 20
when i done the setup, it doesn't save the arena, when i restart the server, there's 0 arenas.
bubbakadriu
Outdated
using v1.0.1
29 Jan 20
When dying, i get a red screen and it says "generating world", has so much potential please fix
btrusis
Outdated
using v1.0.1
04 Jan 20
good, but not for survival. because when you win or lose you will loose your items that you had before 1vs1 minigame
SuperiorOP2YT
Outdated
using v1.0.1
14 Oct 19
Amazing!
GamakCZ
25 Oct 19
Thx
CtrlAltTr0ll
Outdated
using v1.0.1
05 Sep 19
Would be 5 stars except there is no /stop command to leave a match once you join. So if you join a match and no one else joins, you are stuck.
GamakCZ
25 Oct 19
Thx. I will try add the command asap.
Minecraftfan714
Outdated
using v1.0.1
30 Aug 19
One of the best Plugins ever :D
GamakCZ
25 Oct 19
Thx
RioSY12
Outdated
using v1.0.1
29 Aug 19
Can you add the option to save old items when playing 1vs1?
ExticDev
Outdated
using v1.0.1
25 May 19
Setspawn how to do that I do setspawn test or something but nothing happens
theabdel572YT
Outdated
using v1.0.1
15 May 19
Cuando estoy creando la arena y pongo level, no sé qué niveles hay :'v, por ejemplo pongo level 1 y no me deja, que levels hay??
ZZWILLIAMXXTrue
Outdated
using v1.0.1
05 May 19
Good but can you make it where we can add enchants to items?
WarForest
Outdated
using v1.0.1
11 Feb 19
Dont works, when i add arena and restart server, arena deletes and it shows that there are 0 arenas!:(
GamakCZ
22 Feb 19
Check the issue you've created.
Bennitenni111
Outdated
using v1.0.0
28 Nov 20
Love this man everything is working fine!
NotMihir
Outdated
using v1.0.0
16 Dec 19
Can you please update the plugin so we can enchant the items please
kokoplayz
Outdated
using v1.0.0
22 Jan 19
---- add Command to join a arena ---- add it when make your own custom kit plus for per arena and it very good - like uhc arena then a build uhc area. ---------------------------------------
GamakCZ
10 Feb 19
Thx. Try new 1.0.1 version
twk1024
Outdated
using v1.0.0
19 Jan 19
Great!
GamakCZ
29 Jan 19
Thx
DY4R
Outdated
using v1.0.0
17 Jan 19
4 stars cause you can't add custome kits and BTW the Plugin is The best it will be the most best if you add custom kits
GamakCZ
10 Feb 19
In v1.0.1 are added custom kits and /1vs1 join command
dresnite
Outdated
using v1.0.0
17 Jan 19
GamakCZ
17 Jan 19
why only 4 stars?

Reply to review by :

/ 5
Supported API versions
4.0.0
->
4.21.1
Producers §
  • Collaborators:
    • @GamakCZ
    • @VixikHD
    • @zOmArRD
License §
Categories:
Minigame
General
Fun
Permissions
Permissions
Commands

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...