Custom Practice Plugin - Exclusive

Status
This thread has been locked.

Bill

a rare billy boy has appeared
Premium
Feedback score
11
Posts
842
Reactions
336
Resources
0
Hey,

So I made a practice plugin and I was going to release it as a resource but I doubt it will sell very well due to the lack of unique features. Therefor I am offering to sell it uniquely, will take input and perhaps add a few features that you would like. As well as if no one is interessted in buying I would still love some input as of which features should be added.

Current features:
- Ranked matches
- Unranked matches
- Kit editing (all in guis)
- Scoreboards with timers
- Unique kit creation system (in config, uses abbriviations such as "HEAL" instead of item number and id)
- Death inventories (saves to server memory and currently is reset upon reloads of the plugin)
- Language system
- ... more ...

Screenshots:
please note all messages is editable
XBhzClb2QV6Z2TqjZxg-og.png

z5vxLttbStGk1Gqpyt3Kgw.png

DTv3utB-QmqdyV-dKsptNQ.png

6vr0gkvGTDqk0yzrdlaAPQ.png

kWOALMQ1RPKB0CcAVwG2Aw.png

KIT EDITOR VIDEO: https://i.gyazo.com/a5404681eb152c287e216ff38fb0c1d9.mp4
hi_kCxrMSDGg_1JDsxHRHA.png

KwFd_D_0RVeQSNFAx14mgw.png

6-0iMXjjREuhh_99I2EVJQ.png

N_PKw4JvSP2EQvEsqAE68w.png

ZqMaMcn7Qa68zu_PZ-HcSA.png

MOV10q2lRo_75uTwnoyTYQ.png

ovmWE1RERNWUDKy87y43LA.png

Some of the configs:
Code:
resetConfig: false
lang: english
defaultRating: 1000
ratingValue: 10
ranked:
  item:
    slot: 0
    name: '&cRanked'
    material: DIAMOND_SWORD
unranked:
  item:
    slot: 1
    name: '&cUnranked'
    material: IRON_SWORD
kiteditor:
  item:
    slot: 8
    name: '&cKit Editor'
    material: BOOK
training:
  item:
    slot: 2
    name: '&cTraining'
    material: STICK
search:
  item:
    slot: 4
    name: '&cCancel Search'
scoreboard:
  lobby:
    title: '&eSimplePractice'
  match:
    title: '&eSimplePractice'
  queue:
    ranked:
      title: '&eRanked'
    unranked:
      title: '&eUnranked'
  global:
    lines: '&7&m------------------'
    colorcode:
      primary: e
      secondary: f
Spawns:
  Main:
    world: world
    x: 0
    y: 75
    z: 0

Code:
practice: Practice
join: '&c%player% &7joined &cPractice&7!'
lang: Language
lang_chosen: Language set to English!
lang_scan: Checking all languages...
lang_scan_changed: 'Language changed to: &6'
lang_scan_complete: Check complete!
cooldown_pearl_item: '&cCooldown &e%time%'
cooldown_pearl_finished: '&cCooldown: &7Ender Pearls are ready for use!'
menu_item_color: '&c'
menu_item_match: '&7In Match: &c%match%'
menu_item_queue: '&7In Queue: &c%queue%'
menu_item_edit: '&7Click to &nedit&7 this kit!'
queue_search: '&cQueue: &7Searching for &c%kit%&7 be patient!'
inv_winner_maintext: '&eInventory for &6%winner%&e can be viewed here: '
inv_winner_clicktext: '&7[#%id%]'
inv_loser_maintext: '&eInventory for &6%loser%&e can be viewed here: '
inv_loser_clicktext: '&7[#%id%]'
inv_player_saved: '&aInventory for kit &e%kit%&a was succesfully saved!'
match_started: '&eMatch started &7(Arena: %arena%)&e! 5 seconds of protection...'
match_allbusy: '&cAll arenas are busy! Match cancelled!'
match_ended: '&eMatch ended with a duration of &f%time%s'

Code:
resetConfig: false
KitList:
- Gapple
Kits:
  Gapple:
    Ranked: false
    Editable: true
    Icon: GOLDEN_APPLE
    Items:
    - 0:DS_SH4:1
    - 1:DH_PR4:1
    - 2:DC_PR4:1
    - 3:DL_PR4:1
    - 4:DB_PR4:1
    - 8:GOD_APPLE:64
    Armor:
    - H:DH_PR4
    - C:DC_PR4
    - L:DL_PR4
    - B:DB_PR4

If you have any questions please ask, also pm me if you are interessted.

Thanks,
Bill.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Bill

a rare billy boy has appeared
Premium
Feedback score
11
Posts
842
Reactions
336
Resources
0
how much u selling for

If I am too sell it exclusive, alot. Although I am still working on it and currently it has a lot of unique new features. Not sure what I will do with it yet.

EDIT: Might look for a decently sized server and offer it to them or something, I dont know.
 

Travis Scott

nasa
Premium
Feedback score
17
Posts
126
Reactions
50
Resources
0
Hey,

So I made a practice plugin and I was going to release it as a resource but I doubt it will sell very well due to the lack of unique features. Therefor I am offering to sell it uniquely, will take input and perhaps add a few features that you would like. As well as if no one is interessted in buying I would still love some input as of which features should be added.

Current features:
- Ranked matches
- Unranked matches
- Kit editing (all in guis)
- Scoreboards with timers
- Unique kit creation system (in config, uses abbriviations such as "HEAL" instead of item number and id)
- Death inventories (saves to server memory and currently is reset upon reloads of the plugin)
- Language system
- ... more ...

Screenshots:
please note all messages is editable

Some of the configs:
Code:
resetConfig: false
lang: english
defaultRating: 1000
ratingValue: 10
ranked:
  item:
    slot: 0
    name: '&cRanked'
    material: DIAMOND_SWORD
unranked:
  item:
    slot: 1
    name: '&cUnranked'
    material: IRON_SWORD
kiteditor:
  item:
    slot: 8
    name: '&cKit Editor'
    material: BOOK
training:
  item:
    slot: 2
    name: '&cTraining'
    material: STICK
search:
  item:
    slot: 4
    name: '&cCancel Search'
scoreboard:
  lobby:
    title: '&eSimplePractice'
  match:
    title: '&eSimplePractice'
  queue:
    ranked:
      title: '&eRanked'
    unranked:
      title: '&eUnranked'
  global:
    lines: '&7&m------------------'
    colorcode:
      primary: e
      secondary: f
Spawns:
  Main:
    world: world
    x: 0
    y: 75
    z: 0

Code:
practice: Practice
join: '&c%player% &7joined &cPractice&7!'
lang: Language
lang_chosen: Language set to English!
lang_scan: Checking all languages...
lang_scan_changed: 'Language changed to: &6'
lang_scan_complete: Check complete!
cooldown_pearl_item: '&cCooldown &e%time%'
cooldown_pearl_finished: '&cCooldown: &7Ender Pearls are ready for use!'
menu_item_color: '&c'
menu_item_match: '&7In Match: &c%match%'
menu_item_queue: '&7In Queue: &c%queue%'
menu_item_edit: '&7Click to &nedit&7 this kit!'
queue_search: '&cQueue: &7Searching for &c%kit%&7 be patient!'
inv_winner_maintext: '&eInventory for &6%winner%&e can be viewed here: '
inv_winner_clicktext: '&7[#%id%]'
inv_loser_maintext: '&eInventory for &6%loser%&e can be viewed here: '
inv_loser_clicktext: '&7[#%id%]'
inv_player_saved: '&aInventory for kit &e%kit%&a was succesfully saved!'
match_started: '&eMatch started &7(Arena: %arena%)&e! 5 seconds of protection...'
match_allbusy: '&cAll arenas are busy! Match cancelled!'
match_ended: '&eMatch ended with a duration of &f%time%s'

Code:
resetConfig: false
KitList:
- Gapple
Kits:
  Gapple:
    Ranked: false
    Editable: true
    Icon: GOLDEN_APPLE
    Items:
    - 0:DS_SH4:1
    - 1:DH_PR4:1
    - 2:DC_PR4:1
    - 3:DL_PR4:1
    - 4:DB_PR4:1
    - 8:GOD_APPLE:64
    Armor:
    - H:DH_PR4
    - C:DC_PR4
    - L:DL_PR4
    - B:DB_PR4

If you have any questions please ask, also pm me if you are interessted.

Thanks,
Bill.
Looks pretty simple is there spec mode
 

Bill

a rare billy boy has appeared
Premium
Feedback score
11
Posts
842
Reactions
336
Resources
0
Looks pretty simple is there spec mode

What I show in this post is pretty basic. Although I have worked alot on the plugin since then and added alot of unique and really interresting features and have alot more in the works. Still unsure what I will do with the plugin once I finish it though. And no, I have not added a spec mode, completely forgot about it. Will be very simple to add in though.
 
Status
This thread has been locked.
Top