[SELLING] Spleef source code

Dery

Feedback score
0
Posts
15
Reactions
0
Resources
3

Introduction​

Hi, BBB members, my name is Dery and I've been a Spigot developer for over 6 years. During that time, I've developed plugins for a wide range of niches, and have earned an excellent reputation within popular communities such as DevRoom, CandorServices, and SeniorsTeam. Today I come to BBB to sell the source code of a Spleef plugin I made.

Features​

✅ Multiarena
✅ Ranking (top winners)
✅ SQLite support
✅ Auto regenerate snow
✅ Auto set wather
✅ Save players inventories during spleef games
✅ Arena max players and rounds

Screenshots​

1682079748299.png
1682079769803.png

1682079785875.png
1682079788848.png
1682079792196.png

1682079803186.png



Config​

YAML:
Config:
  Top:
    Scorebaord_Title: "&e&lSPLEEF TOP"
    Show_Time: 5
    Top_Format: "&a%player% &7with &a%wins% &7wins"
    Limit: 10
  Arenas_Fall_Material: WATER
  Winner_Player_Commands:
    - "eco give %player% 10000"
    - "give %player% minecraft:diamond_shovel"
  Items:
    Arena_Item:
      Item: BLAZE_ROD
      Data: 0
      Display_Name: "&eUse to set the locations of an arena"
      Lore:
        - ""
        - " &e&lLEFT &7click to set the point 1!"
        - " &e&lRIGHT &7click to set the point 2!"
        - ""
    Floor_Item:
      Item: WATER_BUCKET
      Data: 0
      Display_Name: "&eUse to set the floor of an arena"
      Lore:
        - ""
        - " &e&lLEFT &7click to set the point 1!"
        - " &e&lRIGHT &7click to set the point 2!"
        - ""
    Snow_Item:
      Item: SNOW_BLOCK
      Data: 0
      Display_Name: "&eUse to set the snow of an arena"
      Lore:
        - ""
        - " &e&lLEFT &7click to set the point 1!"
        - " &e&lRIGHT &7click to set the point 2!"
        - ""
  Arena_Separator: ", "
  Separator_Color: "&7"
  Arena_Color: "&f"
  Default_Signs_Lines:
    - "&f&lSPLEEF"
    - "&a%arena%"
    - "&b%players%&f/&b%maxplayers% players"
    - "&eClick to join!"

Message:
  Error:
    Only_For_Players: "&c&lSPLEEF &7This command is only for players!"
    Valid_SubCommands:
      - "&c&lSPLEEF &7Available subcommands:"
      - " &e/spleef join <arena> &7- &fJoin an arena"
      - " &e/spleef leave &7- &fExit the arena you are in"
      - " &e/spleef list &7- &fList all arenas available!"
      - " &e/spleef top &7- &fSee the top winners!"
      - " &e/spleef create <arena> <maxplayers> <maxrounds> &7- &fCreate an arena with the given name"
      - " &e/spleef delete <arena> &7- &fDelete an arena with the given name"
      - " &e/spleef update <arena> <maxplayers/rounds> <amount> &7- &fUpdate an arena property"
      - " &e/spleef updatesignline <arena> <line> <text> &7- &fUpdate a line of signs of this arena"
      - " &e/spleef getitems &7- &fGet items to set arena coordinates"
      - " &e/spleef set <arena> <exit/lobby/resetting> &7- &fSet a location of the given arena"
      - " &e/spleef addsign <arena> &7- &fSet the sign you are looking at as an arena sign"
    Invalid_SubCommand: "&c&lSPLEEF &7The subcommand you used is invalid!"
    SubCommand_Incorrect_Usage: "&c&lSPLEEF &7Use &c&l%usage%&7!"
    No_Permission: "&c&lSPLEEF &7You don't have permission to do that!"
    Arena_Not_Exists: "&c&lSPLEEF &7The arena &c&l%arena% &7not exists!"
    Running_Arena: "&c&lSPLEEF &7This arena has a game going on :<"
    Already_In_Arena: "&c&lSPLEEF &7You're already in an arena!"
    Not_In_Arena: "&c&lSPLEEF &7You're not in an arena!"
    Game_Already_Started: "&c&lSPLEEF &7You can only leave uninitiated arenas!"
    Arena_Not_Complete: "&c&lSPLEEF &7First, seven all points in the arena! Use &c&l/spleef getitems&7!"
    Arena_Already_Exists: "&c&lSPLEEF &7There is already an arena with the given name!"
    Invalid_Number: "&c&lSPLEEF &7The number that you given is invalid or less than 0!"
    Unknown_Delete_Error: "&c&lSPLEEF &7An unknown error occurred while trying to delete the &c&l%arena% &7arena!"
    NotFound_Delete_Error: "&c&lSPLEEF &c&l%arena% &7arena could not be found!"
    Out_Inventory_Space: "&c&lSPLEEF &7You don't have enough inventory space to get the items!"
    Invalic_Loc: "&c&lSPLEEF &7The given location is invalid!"
    Option_Invalid: "&c&lSPLEEF &7Use only &c&lmaxplayers &7or &c&lrounds&7!"
    Not_Looking_Sign: "&c&lSPLEEF &7You aren't looking at a sign!"
    Arena_Not_Available: "&c&lSPLEEF &7Arena &c&l%arena% &7ins't available now!"
    No_Arena_Available: "&c&lSPLEEF &7There are available arenas now!"
    Invalid_Sign_Line: "&c&lSPLEEF &7Signs only have 4 lines!"
    Invalid_Loc: "&c&lSPLEEF &7This location is invalid!"
    No_Top: "&c&lSPLEEF &7There is still no top available!"
  Success:
    Entered_Arena:
      - "&a&lSPLEEF &7You have entered in arena &a&l%arena%&7!"
      - "&a&lSPLEEF &7Current status: &a%players%&7/&a&l%maxplayers% &7players!"
    Quit_Arena:
      - "&a&lSPLEEF &7You left the arena &a&l%arena%&7!"
      - "&a&lSPLEEF &7Current status: &a%players%&7/&a&l%maxplayers% &7players!"
    Arena_Created: "&a&lSPLEEF &a&l%arena% &7arena sucsessfully created!"
    Deleting_Arena: "&e&lSPLEEF &7Deleting arena &e&l%arena%&7..."
    Arena_Deleted: "&a&lSPLEEF &a&l%arena% &7arena has been deleted!"
    Items_Caught: "&a&lSPLEEF &7Items caught! Use &a&lLEFT &7and &a&lRIGHT &7click to set locations!"
    Arena_Set: "&a&lSPLEEF &7You've set the &a&l%location% &7of &a&l%arena% &7arena!"
    Set_Arena_Location:
      - "&a&lSPLEEF &7You have defined a location for a future arena."
      - "&e&lSPLEEF &7This process automatically sets the min and max point!"
    Set_Floor_Location:
      - "&a&lSPLEEF &7You have defined a floor location for a future arena"
      - "&e&lSPLEEF &7This process automatically sets the min and max point!"
    Set_Snow_Location:
      - "&a&lSPLEEF &7You have defined a snow location for a future arena."
      - "&e&lSPLEEF &7This process automatically sets the min and max point!"
    Session_Done:
      - "&b&lSPLEEF &7You have completed the arena locations!"
      - "&b&lSPLEEF &7To create an arena, use &b&l/spleef create <arena>&7!"
    Arena_Updated: "&a&lSPLEEF &7You have updated &a&l%option% &7of arena &a&l%arena%&7!"
    Sign_Added: "&a&lSPLEEF &7You have added the sign that you're looking at to the arena &a&l%arena%&7!"
    Arena_List: "&a&lSPLEEF &7Arenas available: &f%arenas%&7!"
    Removed_Sign: "&a&lSPLEEF &7You have removed the sign from arena &a&l%arena%&7!"
    Sign_Updated: "&a&lSPLEEF &7You have updated the line &a%line% of all signs of this arena to &a%text%&7!"
  Other:
    Started:
      - ""
      - "&e&lSPLEEF &7Game started!"
      - "&e&lSPLEEF &7Players: &e&l%players%&7!"
      - "&e&lSPLEEF &7Rounds: &e&l%maxrounds%&7!"
      - "&e&lSPLEEF &7Good luck!"
      - ""
    Player_Fall:
      - ""
      - "&e&lSPLEEF &7Player &e&l%player% &7fell in the water."
      - "&e&lSPLEEF &7Resetting!"
      - ""
    Starting_Another_Round:
      - ""
      - "&e&lSPLEEF &7Starting another round!"
      - "&e&lSPLEEF &7Players: &e&l%players%&7!"
      - "&e&lSPLEEF &7Current round: &e&l%round%&7!"
      - "&e&lSPLEEF &7Rounds: &e&l%maxrounds%&7!"
      - "&e&lSPLEEF &7Good luck!"
      - ""
    Winner_Player:
      - ""
      - "&e&lSPLEEF &7Congrulations! You won the match in the &e&l%arena% &7arena"
      - ""
    Player_Win:
      - ""
      - "&e&lSPLEEF &7End of the game!"
      - "&e&lSPLEEF &7Player &e&l%player% won the match in the &e&l%arena% &7arena!"
      - ""

Pricing​

I will be selling the source for $85. Yes, the price is a bit high because it also includes the resale rights to the compiled plugin.
Do you believe the price is high? Add me in discord and we can negotiate a fair price!

Payment methods​

The payment methods I accept are: Paypal and Wise (TransferWise)

Contact​

If you are interested in purchasing the source, send me a private message on discord: dery
 
Type
Offering
Exclusivity
  1. Non-exclusive
Last edited:
Top