本插件虽小但是功能齐全,趣味性高!玩性高!由于本人语文是体育老师教的...无法用语言来形容,总之你们自己体验一下就知道了...首先我不得不承认这个是个非常老的插件,创始时间为2013-12-11!
这款插件虽然古老,可是其内容十分好玩!可惜这么好的插件在论坛上竟没有搬运!
于是楼主我来当好人!
国内没有相应的教程,所以只好你们委屈看初中阶级的语言表达了,我希望看懂此贴的同学帮忙制作个视频给广大喜欢这个插件的人看,谢谢!
国外的有很多服务器使用这款小游戏哟!比如Shotbow等!(我不是来宣传服务器的[stone_sword])
此贴每月检查并更新一次更新,除官网不更新了! 今天已更新一次(是本帖更新) 已更新{Second-A-2 如何使用} (关于如何创建一个游戏等我研究透了再说吧...)
First-1 插件简介:
本插件是一款团队类PVP游戏,玩家分为四队,分别是红、蓝、黄和绿队!每一队的最终目的是摧毁其他队伍的核心(方块),夺得游戏最后胜利!有一些玩法和战墙相似哦!
Second-A-2 如何使用:
非常之多,但是也很重要!
点击我
这里概括了本插件的全部内容!捏个,配置文件
目前强行由 @酱瓜 维护... 表示我只能尽力而为。
估计有很多人看不懂,因为专业名词有点多...
● 队伍:
● 队伍名字:这里你只能设置特定的队伍。(Red,Green,Blue,Yellow)
● 核心:每个队伍要守护的东西。
● 生命值:记录此队核心的初始血量。(大于0的整数)
● 位置:记录核心的具体位置。(包含X轴,Y轴,Z轴,世界名)
● 方块类型:记录核心的方块类型,请参照这里。
● 出生点:此队伍的出生点所在地。
● 编号:唯一的整数,用于区分是哪个出生点。
● 位置:记录对应编号出生点的具体位置。(包含X轴,Y轴,Z轴,世界名)
● 特效:破坏核心后产生的特效。
● 编号:唯一的整数,用于区分是哪个核心的特效。
● 位置:记录对应编号核心特效的具体位置。(包含X轴,Y轴,Z轴,世界名)
● 方块类型(原文是‘材料’):请参照这里。
● 方块数据值:(当方块具有多数据值时使用,如各色羊毛)
● 刷新时间:方块刷新的冷却时间。
● 单位:方块刷新的时间单位,请参照Java单位这里。
● 刷新与否(true or false):false使方块无法被破坏,true则打开方块刷新 。
● 是否用圆石临时代替(T or F):false即空气临时填充,true则用圆石填充。
● 直接掉落:true则像正常那样掉落物品,false则直接将物品放入玩家背包中。(模糊翻译)
● 经验:一个整数,当玩家挖掉这个方块后获得多少经验。
● 成品:开采方块后获得的成品(这个似乎是直接给的,不是掉落)参考这里。
● 成品属性值:(当方块具有多数据值时使用,如各色羊毛)。
● 数量:掉落成品的数量(可随机,如RANDOM(1,5)则是在1~5之间的随机整数)
● 效果:开采方块后获得的效果,留空或输入null则是无效果
● 战役:
● 战役ID:独一无二的数值,我一般以“战役x”命名,x=战役号码。
● 编号:这是你的战役的相应的号码,必须写;
● Multiplier:这个阶段可以破坏你的核心。
● Message: This is the message you want displayed when the phase changes to this one.
● 核心无敌(可选):true使这回合中所有核心无敌。
● 钻石生成(可选):true则此回合有钻石生成。
● Boss生成(可选):true则此回合有Boss生成。
● 禁止加入(可选):true则此回合不允许新玩家加入,老玩家可以断线重连。
● 游戏大厅位置:(可以为小数,如X:1.233666是有效的)。
● X: 出生点所在的X上的坐标。
● Y: 出生点所在的Y上的坐标。
● Z: 出生点所在的Z上的坐标。
● 世界:出生点所在的世界。
● Pitch: The pitch of the location of the spawn point.
● Yaw: The pitch of the location of the spawn point.
● DiamondSpawns:
● UniqueValue: (I usually use the form "Loc#" where # is the number this location)
● X:X坐标上的位置,这是必须的。
● Y:Y坐标上的位置,这是必须的。
● Z:Z坐标上的位置,这是必须的。
● 世界:所在的世界。
● Bosses:
● BossNam:这个是Boss的名字。
● Location: This is the location the boss will spawn at.
● X:X坐标上的位置,这是必须的。
● Y:Y坐标上的位置,这是必须的。
● Z:Z坐标上的位置,这是必须的。
● 世界:所在的世界。
● ChestLocation: This is the location that the boss loot chest for this boss will spawn at.
● X:所在的X上的坐标,必须输入整数。
● Y:所在的Y上的坐标,必须输入整数。
● Z:所在的Z上的坐标,必须输入整数。
● 世界:这个Boss所在的世界。
● 木牌:这些都是队伍加入的木牌。
● 队伍名字。(Red,Green,Blue,Yellow)
● 独特ID:任何一个数字都可以,只要两个不重复!
● X:木牌在X上的坐标,必须输入整数。
● Y:木牌在Y上的坐标,必须输入整数。
● Z:木牌在Z上的坐标,必须输入整数。
● 世界:木牌所在世界。
有一些翻译项目需要等待一些时间。。。
Second-B-2 如何安装:
- 确保你的服务器已经停止。
- 确保你下载的插件是最新版的。
- 将本插件放在"/plugins"文件夹下。
- 启动服务器,并找到本插件目录下的"config.yml"
- 如果你喜欢,你可以修改游戏的配置。
- 重新启动游戏,使修改后的配置生效。(你可以重载,但是个人不推荐)
Second-C-2 木牌创建:
商店:
创造每个队伍特有的,唯一的商店,它的格式应该像这样:
第一行:[Shop]
第二行:Brewing(酿造) 或 Weapo(武器)(不要出现两个在一起)
加入牌子:
这必须在配置文件(config.yml)中修改,请参考这里。
Ender Furnaces:
Ender Furnaces are only halfway implemented at this point. They will opened when clicked, store your items and protect them, but they will not smelt anything. As of right now they are just item holders.
Third-3 指令与权限:
/Anni [参数]
Start - - - - - 开启一个种族灭绝游戏房间。
Stop - - - - 停止一个种族灭绝游戏房间。(玩家会传送回出生点)
Lobby - - - - 设置大厅在你当前的位置。
/Team [参数]
Red - - - - - - 加入红队。
Green - - - - 加入绿队。
Blue - - - - - 加入蓝队。
Yellow - - - -加入黄队。
A.Anni - - - - 允许玩家使用 /Anni command 指令权限。
Fourth-4 配置文件:
- ProtocalHack: false
- GameWorldName: '' #游戏世界名字
- Red Team: #红队
- Spawns: {} #红队出生地XYZ
- Signs: {} #红队牌子XYZ
- Blue Team: #蓝队
- Spawns: {} #蓝队出生地XYZ
- Signs: {} #蓝队牌子XYZ
- Green Team: #绿队
- Spawns: {} #绿队出生地XYZ
- Signs: {} #绿队牌子XYZ
- Yellow Team: #黄队
- Spawns: {} #黄队出生地YXZ
- Signs: {} #黄队牌子XYZ
- BrewingSigns: {} #酿造商店木牌位置XYZ
- WeaponSigns: {} #武器商店木牌位置XYZ
- EnderFurnaces: {} #效果
- RegeneratingBlocks: {} #核心
- Areas: {} #区域
- Diamonds: {} #钻石原矿出生地XYZ
- LobbyLocation: {} #大厅XYZ
复制代码 嗯..这的确没有什么乱用...我闲着无聊翻译的嘿嘿~
也是便于你们理解。
Fifth-5 插件截图:
多图,流量党慎入!
截图这种事...官网也没有...于是我只好偷偷跑去有安装这个插件的服务器截啦~
注:图中有一些标识,便于你们理解!
(感谢QQ截图...233)
(↑职业选择界面,在等待大厅默认不可选择,需要在游戏中购买!)
(↑队伍选择界面)
(↑地图选择界面)
(↑图为某服玩家娱(sha)乐(ren)信息,有宣传的内容已大码。)
注:TAT由于等了几十钟游戏还没有结束,而且时间也不早了,我还是明天再截图游戏中的内容吧。
Sixth-6 下载地址:
bukkit:http://dev.bukkit.org/bukkit-plu ... on-mini-game/files/
百度网盘:http://pan.baidu.com/s/1eQwd93W
(汉化了一点点儿,日后将会补全,因为作者将语言文件分散开来了,不好汉化。)
Seventh-7 搬运者的一些话:
搬运这个插件挺不容易的,如果您想要快速体验的话,只能使用英文版的了,如果您想要汉化的话...估计要等后天。
如果您的信心挑战这个翻译项目的话,请回复或者联系我Q1285229234!
如果您觉得本插件好的话别忘了到官网给作者给予鼓励!
最后,求人气,求金粒求包养。
贴内的宣传成分...嗯..呃...貌似有点多...不过这不打紧吧?
注:翻译有一些取至MineSky服务器的条目。
Eighth-8 注意&已知BUG:
可能会有些不全,详细信息请点击这里。
说明:
本插件目前处于测试版,如有任何的漏洞(BUG)被发现,请联系我,以便于我修改。注意:
- 本插件没有任何的区域保护功能,如果想要保护区块的话,推荐使用WorldGuard以及其他的一些有区域保护功能的插件!
- 请注意:插件在启动时有一些世界会发生变化,比如插件更改核心的方块,熔炉、钻石等方块。请提前备份你的世界,以免发生不必要的麻烦(除非你不在乎)
已知BUG:
注:如果您发现新的BUG记得提交给我哟!
- 在大厅中人们也能传送,即使游戏正在运行。
Players being changed to creative when they join (as of v0.1.1)Coordinates showing when you break blocks in survival mode (as of v0.1.1)
Additional-? 更新日志(英文):
建议去机翻,然后大概看一下,至少你知道更改了什么,添加了什么。
This is the original beta version of the plugin. It includes:
- 4 teams (Red,Green,Blue,Yellow)
- 2 kits (Civilian, Warrior)
- 2 Shop Types (Weapon,Brewing)
- 2 Wands (Master, Apprentice)
- 2 Bosses (Firwen, Celerial)
Regenerating ores (Gold,Iron,Coal,Diamond,Emerald,Redstone,Lapis)
Several legendary items obtained from killing the bosses.
Remember, this is just a beta version. All features are by no means final and there are still plenty of things I will be adding.
- Removed some debugging features not meant for actual release.
- Made Hay Bales destroy-able by right clicking them
- Added a system to (hopefully) locate problems in the config on startup and inform the user of their location. It also disables the plugin when an error is found so the plugin doesn't continue to spout errors.
- ixed a problem with players being able to join another team after their's has been destroyed.
- Hopefully fixed the error where players constantly spawn at the lobby even when the game is running. (I can't know for sure as I never personally experienced the error)
- Added 2 Kits(Classes): Miner and Archer. Miner gets a 50% chance to get double drops, and Archer spawns with a bow and gets +1 damage with bows.
- Changed config system. The config system now uses a main configuration file, and a separate config for each map you want to use. You can specify which file to use in the Main config. In the main config (config.yml), set the field "MapConfigName:" to the name of your map config file. Example: If I want to use a config file for the map canyon, I name the file "Canyon.yml", then I set "MapConfigName: Canyon". NOTE: Please rename your current config.yml to something else. This will allow the plugin to copy over the main config for you. DO THIS BEFORE STARTING THE SERVER WITH THE NEW VERSION!
- Added the value "MainWorld" to the normal map config. This is where you can put the name of the world folder where you intend the map to be. This will probably just be "world" on most bukkit servers.
- Added the value "DenyJoins" as an option for all phases. When set like this: "DenyJoins: true", during that phase, only people who have joined the game before will be allowed to connect. You do not have to add this to any phases if you do not want to.
- Added plugin chat system. If you are in the lobby, everyone will see your chat. While the game is running, normal chat will be directed only to your team. Put a "!" before your chat to send it to everyone in the game.
- Added death messages. When you die, it will announce who killed you. It will also list the kit of the victim and killer.
- Added class change portals. Use any portals in the map to change your class, you will die when using them.
- Fixed some bugs related to players inventorys updating correctly.
- Gave the civilian kit a soulbound crafting table.
- Updated the ingame "Navigational Compass" to change its name to what nexus it is pointing at. No more chat spam!
- Various other bugs that were reported or that I found along the way.
- Fixed the major bug that once the game is over where the server will not shutdown.
- Some small miscellaneous changes and fixes
- Hopefully fixed a bug with diamond and boss spawning
- Updated to 1.7
- Added new Classes: Acrobat, Scout, Bombardier, Scorpio and Transporter
- Added field for turning off blood particles in the main config
- Probably some other stuff I forgot about
- COMPLETELY re-coded from scratch!
- Loads of new stuff, changed stuff, and properly working stuff!
- Initial test version to give an overview of new features and test for bugs
- Added (hopefully working) protocol-hack support
- Made the game end
- Added some command help for the anni and area commands
- Added spectator spawns to the game and the mapbuilder
- Fixed some more miscellaneous bugs
END!——感谢您的阅读 |