Run
指令组
%player%is a placeholder for player names
9.[guild_money] Increase the guild funds of the player's guild
写法: [
guild_money]
amount
示例: [
guild_money]500
11.[guild_activity] Increase the guild activity of the player's guild
写法: [
guild_activity]
amount
示例: [
guild_activity]500
12.[guild_exp] Increase the guild experience of the player's guild
写法: [
guild_exp]
amount
示例: [
guild_exp]500
Probability execution
Adding ~chance: 0~1 at the end of the statement gives the statement a specified probability of execution
如:
[player]spawn %player% ~chance:0.1 #10%
[console]money give %player% 10000 ~chance:0.01 #1%
[message]You are my father! ~chance:0.5 #50%
Last updated