forked from nalc/awards
Add another join award
This commit is contained in:
parent
6a592781d5
commit
48b887dfa3
9
init.lua
9
init.lua
@ -149,6 +149,15 @@ awards.register_achievement("award_join1",{
|
||||
target = 1
|
||||
}
|
||||
})
|
||||
awards.register_achievement("award_join2",{
|
||||
title = S("Frequent Visitor"),
|
||||
description = S("Connect to the server 50 times"),
|
||||
trigger = {
|
||||
type = "join",
|
||||
target = 50
|
||||
},
|
||||
secret = true
|
||||
})
|
||||
|
||||
awards.register_onDeath(function(player,data)
|
||||
local pos = player:getpos()
|
||||
|
Loading…
Reference in New Issue
Block a user