最MC论坛

标题: [娱乐]BWKits —— 起床战争也有职业[1.7-1.11] [打印本页]

作者: wenl    时间: 2017-1-30 19:04
标题: [娱乐]BWKits —— 起床战争也有职业[1.7-1.11]
本帖最后由 wenl 于 2017-8-24 15:07 编辑

搬运证明:
[attach]17171[/attach]
============================正贴部分=============================

介绍:这是专门为起床战争设计的插件,可以让你在起床战争中使用职业,页面使用Gui,你可以修改配置。
作者的话:
这是我的第一个插件!感谢你使用这个插件,大家可以在帖子下方评分并做评论
P.S. My first plugin. So, will be really grateful if you will rate the plugin and leave a review.


此插件完全可由你自己配置!

你可以修改配置文件,还可以将它翻译成不同的语言!(有人翻译了中文记得给我,我贴在帖子上面)但只有一件事情不能修改——职业

插件版本从1.7便可以开始使用 !

图片展示



一切你需要安装起床战争(BedWars)。测试和推荐:[BedWars Reloaded]
我们的插件没有任何要求!所有的工作没有额外的插件!
你将打开您需要自己创建的商店或职业选择器的菜单的项目
(此系统将在以后的更新中删除,您将有可能更改您想要的一切)。
你可以使用任何插件像CustomJoinItems插件或类似的东西。
/bws - 打开职业商店用于购买职业

/bwk - 打开职业选择GUI界面,用于选择已经购买的 职业

/bwc - 清除自己所有的职业

/bwr -  重新加载这个插件

bw.kit.<职业> -  拥有选择职业的权限

bw.buykit.<职业> - 拥有购买XXX职业的权限

bw.buykit.d_<职业> - 拥有购买职业的权限
如何使用?

1.下载插件

2.放进服务器的Plugins文件夹

3.重启服务器

4.配置文件生成

5.打开服务器开始嗨!
配置 Config(直接用原帖子的):
#╔══╗╔╗╔╗╔╦╗╔═╦══╦════╦═══╗─────╔╗─╔═══╗
#║╔╗║║║║║║║║║╔╩╣╠╣╔╗╔╗║╔═╗║────╔╝║─║╔═╗║
#║╚╝╚╣║║║║║╚╝╝─║║╚╝║║╚╣╚══╗╔╗╔╗╚╗║─╚╝╔╝║
#║╔═╗║╚╝╚╝║╔╗║─║║──║║─╚══╗║║╚╝║─║║─╔═╝╔╝
#║╚═╝╠╗╔╗╔╣║║╚╦╣╠╗─║║─║╚═╝║╚╗╔╝╔╝╚╦╣║╚═╗
#╚═══╝╚╝╚╝╚╝╚═╩══╝─╚╝─╚═══╝─╚╝─╚══╩╩═══╝
#
#======= BWkit by BrainRTP ======#
#/bws - Opens kit shop.[Uses to purchasing kits]
#/bwk - Opens kit selector.[Uses to chose kits]
#/bwc - Clears all kits
#/bwr - Reloading config
#
#bw.kit.<kit> - Activated kit. [You selecting this kit in kit selector]
#bw.buykit.<kit> - Purchased kit. [Adds to you when you purchasing any kit]
#bw.buykit.d_<kit> - Permission for buying kit.
#=================================#
#===== Maps =====#
maps:
  - Church
  - Pirate
  - Tipis
  - Pilz
  - China
#===== Kit setings ======#
warrior:
  name: "&cWarrior"
  lore:
    - "&7This class made for aggressive gameplay and"
    - "&7for annihilation your enemies!"
    - " "
    - "&7Kit contains:"
    - "&e> &fIron Sword &5[&dKnockback I&5]"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Sword'
      ID: 267
      Data: 0
      Amount: 1
      Enchants:
        '1':
          ID: knockback
          Lvl: 1
#    '2':
#      Name: '&e{PLAYER}''s Wood'
#      ID: 5
#      Data: 0
#      Amount: 1
  cost: 3000

archer:
  name: "&eArcher"
  lore:
    - "&7Your bow - fear of your enemies! Just aim and..."
    - " "
    - "&7Kit contains:"
    - "&e> &fBow"
    - "&e> &fArrow &eх32"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Bow'
      ID: 261
      Data: 0
      Amount: 1
    '2':
      Name: '&e{PLAYER}''s Arrow'
      ID: 262
      Data: 0
      Amount: 32
  cost: 7000

miner:
  name: "&6Miner"
  lore:
    - "&7Co-op with Teleporter and your enemies"
    - "&7won't have chances to win!"
    - " "
    - "&7Kit contains:"
    - "&e> &fIron Pickaxe &5[&dEfficiency I&5]"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Pickaxe'
      ID: 257
      Data: 0
      Amount: 1
      Enchants:
        '1':
          ID: DIG_SPEED
          Lvl: 1
  cost: 2000

builder:
  name: "&aBuilder"
  lore:
    - "&7Get to the middle quickly!"
    - " "
    - "&7Kit contains:"
    - "&e> &fSandstone &eх64"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Sandstone'
      ID: 24
      Data: 2
      Amount: 64
  cost: 5000

tank:
  name: "&fTank"
  lore:
    - "&7Absorbs all damage! That allows your mates to"
    - "&7destroy the enemies."
    - " "
    - "&7Kit contains:"
    - "&e> &fLeather Helmet"
    - "&e> &fChain Chestplate &5[&dProtection I&5]"
    - "&e> &fLeather Leggins"
    - "&e> &fLeather Boots"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Helmet'
      ID: 298
      Data: 0
      Amount: 1
    '2':
      Name: '&e{PLAYER}''s Chestplate'
      ID: 303
      Data: 0
      Amount: 1
      Enchants:
        '1':
          ID: PROTECTION_ENVIRONMENTAL
          Lvl: 1
    '3':
      Name: '&e{PLAYER}''s Leggins'
      ID: 300
      Data: 0
      Amount: 1
    '4':
      Name: '&e{PLAYER}''s Boots'
      ID: 301
      Data: 0
      Amount: 1
  cost: 3000

defender:
  name: "&5Defender"
  lore:
    - "&7Don't let the enemies to destroy your bed!"
    - "&7Your team depends on you."
    - " "
    - "&7Kit contains:"
    - "&e> &fLeather Helmet"
    - "&e> &fLeather Chestplate"
    - "&e> &fLeather Leggins"
    - "&e> &fLeather Boots"
    - "&e> &fWood Sword"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Helmet'
      ID: 298
      Data: 0
      Amount: 1
    '2':
      Name: '&e{PLAYER}''s Chestplate'
      ID: 299
      Data: 0
      Amount: 1
    '3':
      Name: '&e{PLAYER}''s Leggins'
      ID: 300
      Data: 0
      Amount: 1
    '4':
      Name: '&e{PLAYER}''s Boots'
      ID: 301
      Data: 0
      Amount: 1
    '5':
      Name: '&e{PLAYER}''s Sword'
      ID: 268
      Data: 0
      Amount: 1
  cost: 3000

alchemist:
  name: "&bAlchemist"
  lore:
    - "&7With effects that are available to you at the beginning"
    - "&7you'll help your team get the advantage!"
    - " "
    - "&7Kit contains:"
    - "&e> &fPotion of Power &6[&e50 sec.&6]"
    - "&e> &fPotion of Speed &6[&e50 sec.&6]"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Potion'
      Amount: 1
      Potion:
        type: SPEED
        splash: true
        effect:
        - INCREASE_DAMAGE:1000:0
        - SPEED:1000:0
  cost: 5000

teleporter:
  name: "&dTeleporter"
  lore:
    - "&7Just pickup your pickaxe and go to destroy your"
    - "&7enemies! You can surprise them with it!"
    - " "
    - "&7Kit contains:"
    - "&e> &fEnder Pearl &5[&d60 seconds after start of the game&5]"
    - " "
  items:
    '1':
      Name: '&e{PLAYER}''s Pearl'
      ID: 368
      Data: 0
      Amount: 1
  cost: 15000

resources:
  name: "&eBonus Resources"
  lore:
    - "&7In the beginning you can buy what you want and"
    - "&7start playing without collecting resources!"
    - " "
    - "&7Kit contains:"
    - "&e> &fBronze &ex64"
    - "&e> &fIron &ex4"
    - " "
  items:
    '1':
      Name: '&fBronze'
      ID: 336
      Data: 0
      Amount: 32
    '2':
      Name: '&fIron'
      ID: 265
      Data: 0
      Amount: 4
  cost: 7000

#====== GUI Message =======#
kitselect_name: "&8Kit Selector"
kitbuy_name: "&8Kit Shop"
cost: "&e⛂ Price: "
pex_reset: "&eAll permissions cleared."
accept: "&aClick to select"
accept_no: "&7Not Available. Buy in &c/bwshop"
allow: "&a&nSelected!"
buy: "&aClick to buy"
buy_allow: "&aPurchased"
#====== Chat Message========#
bedwars: "&e[&6BedWars&e] "
bwkit: "&7[&3BWkits&7] > "
kit_give: "&fRecieved kit: "
not_kit: "&cYou don't have this kit!"
kit_already_selected_message: "&e[&6BedWars&e] &cKit %s &calredy selected!"
teleporter_countdown1: "&fKit &eTeleporter &fwill be recieved in &c60 seconds"
teleporter_countdown2: "&fKit &eTeleporter &fwill be recieved in &c30 seconds"
teleporter_countdown3: "&fKit &eTeleporter &fwill be recieved in &c10 seconds"
kit_select_message: "&eSelected kit: "
not_kit: "&cYou don't have this kit!"
already_buy: "&e[&6BedWars&e] &cThis kit &f%s &calredy purchased!"
buy_now: "&e[&6BedWars&e] &ePurchased kit: &f%s"
not_enought_money: "&cNot enough money!"
#====== Other message =======#
command_console: "&cYou need to be a player."
pex_nope: "&cYou must be "
vipdon: "&2[&aVIP&2]"
vipplusdon: "&2[&aVIP&e+&2]"
platinumdon: "&3[&bPlatinum&3]"
pex_deny: "&cYou don't have permissions!"
cfgreload: "&aConfiguration reloaded!"
item_click:
  enable: false
  kit_item: name_tag



如果你拍了视频,你就可以在原帖上回复,然后作者就放到帖子上!
创建新的职业
源码优化
日期配置
此插件永久更新
你也可以提供功能到作者原帖
然后作者可能会做
For any offers, bug reports or proposition, you can pm me or add me in
Skype: BrainRTP
对于任何报价,错误报告或命题,你可以发邮件给我我或添加我
联系人:BrainRTP

作者的话:
请不要留下一个不好的评论,如果插件不工作或你有任何问题!联系我们,我们将帮助您解决问题。Please, don't leave a bad review if the plugin is not working or you have any issues! Contact us and we will help you to resolve the problem.

我的话(无耻的话):
求人气和MC币,搬运也不容易

下载地址:
[hide=d1000]链接:http://pan.baidu.com/s/1skJxRhb
密码:opbi[/hide]
宣传:腐竹福利,插件低价分享

作者: wenl    时间: 2017-1-30 19:06
搬运幸苦
给个好评吧
作者: q1246507084    时间: 2017-1-30 19:15
谢谢楼主插件对我很有帮助
作者: wenl    时间: 2017-1-30 19:19
q1246507084 发表于 2017-1-30 19:15
谢谢楼主插件对我很有帮助

好的,谢谢
作者: q1246507084    时间: 2017-1-30 19:26
谢谢楼主
作者: wenl    时间: 2017-1-30 20:27
没人吗?
作者: binzkm    时间: 2017-1-31 08:54
怎么安装啊哈哈
作者: q1246507084    时间: 2017-1-31 09:19
谢谢楼主
作者: 我啊我    时间: 2017-1-31 23:34
给力,不过如果是汉化的就好了
作者: wenl    时间: 2017-2-2 20:35
我啊我 发表于 2017-1-31 23:34
给力,不过如果是汉化的就好了

努力汉化ING
作者: jingew    时间: 2017-2-2 20:47
还不错呦,QWQ凑字数
作者: 19761213    时间: 2017-2-3 22:02
谢谢
作者: FengYezi    时间: 2017-2-6 17:24
大爱版主

作者: zzt1234569    时间: 2017-2-7 11:13
好的楼主

作者: 蘿莉塔    时间: 2017-2-7 21:46
我的世界应你更加精彩
作者: 灵吱    时间: 2017-2-8 18:51
666好插件
作者: MC-Eailotv    时间: 2017-2-9 10:10
我去,正好需要,造福人类。
碰巧我搜索CustomJoinItems插件的时候看到了!!!
运气,多谢。
作者: 2461769040    时间: 2017-2-9 11:50
看起来非常不错的哈 而且我正在找着中插件
作者: MC_xiao_bb    时间: 2017-2-9 13:53
插件很好,不过有汉化就更好了
作者: qiqiqiqi    时间: 2017-2-14 13:25
4
作者: wasd123456gvbn1    时间: 2017-2-15 12:25
我不想参与/回复主题,只想要插件,然后再点个赞。
作者: 1506796440    时间: 2017-2-17 14:46
谢谢
作者: 4352354    时间: 2017-2-21 18:49
wasda
作者: Ash。    时间: 2017-2-25 15:13
6666666
作者: 1320133498    时间: 2017-2-25 15:25
支持楼主
作者: uhgg    时间: 2017-2-25 21:15
NBB
作者: Yanzhe    时间: 2017-2-28 18:46
楼主,这个插件本来是不能搬运的,但是你却。。
作者: aa1431353375    时间: 2017-3-5 17:38
66666666666666666666
作者: 2950884798    时间: 2017-3-12 08:50
6666谢谢楼主
作者: 嘎嘎    时间: 2017-3-12 12:15
好好好感谢搬运
作者: 2451437216    时间: 2017-3-12 14:56
blablablabla
作者: 电竞男神唐子沐    时间: 2017-3-15 17:46
不错的插件
作者: 0佳栋0    时间: 2017-3-17 06:21
很好啊

作者: ycx666233    时间: 2017-3-18 09:36
666666666666666
作者: 11112217212听我    时间: 2017-3-19 08:31
1
作者: aa2315374333    时间: 2017-3-22 19:09
111111111111111111
作者: 592703320@qq.co    时间: 2017-3-23 10:33
66666666
作者: X_yongc    时间: 2017-3-26 18:34
回复
作者: mammm    时间: 2017-4-9 08:10
e
作者: pp3145196275    时间: 2017-4-9 17:25
1
作者: taomuyao    时间: 2017-4-13 19:34
支持作者,顶
作者: chengmo    时间: 2017-5-1 02:51
..
作者: yangbosen    时间: 2017-5-7 15:47
感谢楼主

作者: XiaoOOV    时间: 2017-5-7 17:05
33333333333333
作者: shuaibi_bi    时间: 2017-5-7 17:23

作者: 在我    时间: 2017-5-13 10:52
1231231231231
作者: 你妈擦000000    时间: 2017-5-13 15:57
233
作者: 滑稽蛋糕    时间: 2017-5-13 17:24
可以的
作者: 3320918758    时间: 2017-5-20 21:15

作者: 潮笑    时间: 2017-5-21 21:22
666666666666
作者: jiaoshouhhh    时间: 2017-5-24 17:05
qwq
作者: huazai123    时间: 2017-5-26 21:40
厉害了
作者: a250287052    时间: 2017-5-26 22:10
楼楼辛苦了
作者: MC凌乱    时间: 2017-5-27 12:45
多谢楼主
作者: yh88yh    时间: 2017-5-27 12:54


作者: djxfuck    时间: 2017-5-29 15:19
很好的插件,起床战争会更有趣
作者: 帅锅小凡    时间: 2017-5-30 14:45
不错
作者: ACG晓神    时间: 2017-5-30 17:59
66
作者: 554545454    时间: 2017-5-30 18:40
会不会卡啊

作者: 1409266767    时间: 2017-5-30 18:58
好强的样子
作者: 枫林~~Dada_Tom    时间: 2017-6-1 19:19
感谢
作者: 冥刹灬黯麟    时间: 2017-6-4 08:52
额鹅鹅鹅
作者: 梦幻星空    时间: 2017-6-12 19:28
支持授权搬运!
作者: 8646    时间: 2017-6-17 12:57
无汉化?

作者: huake010    时间: 2017-6-17 13:44
感谢分享
作者: MC_Zane    时间: 2017-6-17 21:20
可以用来坑qian
作者: asd1484383553    时间: 2017-6-23 04:05
6666666
作者: asd1484383553    时间: 2017-6-23 04:05
6666666
作者: WODWODIWAD    时间: 2017-6-24 09:56
谢谢楼主谢谢谢
作者: WODWODIWAD    时间: 2017-6-24 09:57
谢谢楼主的分享
作者: qq2450181872    时间: 2017-6-24 10:40
666



作者: yanxiansen    时间: 2017-6-24 15:08
33333333333333333
作者: yanxiansen    时间: 2017-6-24 15:08
666666666666666666666666666666666666
作者: yanxiansen    时间: 2017-6-24 15:09
666666666666666666666666666666666666
作者: hahaah    时间: 2017-6-24 15:46
66666666666666666666666666666666666666666666666
作者: 905106670    时间: 2017-6-24 17:43
提取码什么
作者: 4692dadasd    时间: 2017-7-10 13:51
想把这个插件放到我的服务器上去
作者: 互联网    时间: 2017-7-12 04:12
辛苦了,大兄弟正好需要
作者: yhfdgh    时间: 2017-7-12 12:34
wafwafawf
作者: q3575935261    时间: 2017-7-12 14:25
多谢大佬的插件
作者: 1459837912@qq.c    时间: 2017-7-12 14:42
wwwwwwwwwwwwwwwww
作者: wsadwsad    时间: 2017-7-12 19:53
是中文
作者: aasszz2    时间: 2017-7-12 23:35
不错66666
作者: Windows95Server    时间: 2017-7-13 15:04
2333
作者: pengshen4    时间: 2017-7-15 20:10
336
作者: @16826391    时间: 2017-7-16 10:08
可可可可可可可
作者: colonel    时间: 2017-7-19 11:20
1
作者: 12365651fsd3f1e    时间: 2017-7-19 22:22
1
作者: 东京喰种    时间: 2017-7-20 01:00
可以的,不错
作者: 131255201    时间: 2017-7-20 13:44
66666666这个爽qwq
作者: boboss1    时间: 2017-7-23 08:22
謝謝樓主的插件
作者: 寂灭&    时间: 2017-7-24 10:25
精彩插件
作者: summer_666    时间: 2017-7-25 17:17
支持授权搬运
作者: 2031441788    时间: 2017-7-25 23:08
谢谢
作者: peopeo    时间: 2017-7-26 09:26
有没有汉化的
作者: xiaoxin233    时间: 2017-7-26 16:56
11
作者: 1839746394    时间: 2017-7-27 16:38
密码
作者: 3316177671qq    时间: 2017-7-27 17:00
165416546546546546556445654645645654
作者: smallbear    时间: 2017-7-28 13:30
哈哈
作者: TvTsvip    时间: 2017-7-30 09:59
很好的插件,谢谢搬运




欢迎光临 最MC论坛 (http://www.zuimc.com/) Powered by Discuz! X3.2