Go to file
bosapara 72dddb1c8e up 2019-09-10 22:56:28 +04:00
sounds files 2019-06-05 21:12:55 +04:00
textures files 2019-06-05 21:12:55 +04:00
.gitattributes Initial commit 2019-06-05 21:11:55 +04:00
LICENSE license 2019-09-10 22:47:49 +04:00
README.md up 2019-09-10 22:56:28 +04:00
depends.txt files 2019-06-05 21:12:55 +04:00
init.lua files 2019-06-05 21:12:55 +04:00
readme.txt up 2019-09-10 22:49:23 +04:00

README.md

daily_reward

What is it? Players can get random reward once per day with "/gift"

Some features:

  1. Random reward feature
  2. Customizable time left for regular players (24 hours by default)
  3. Customizable cooldown for new players (3 hours by default)
  4. Particles and sound for reward spawn
  5. Inventory check before add reward

Setup

  1. Customizable time left for regular players (24 hours by default) - edit "daily_reward.time_left" = 606024
  2. Customizable cooldown for new players (3 hours by default) - edit "daily_reward.new_player" = 216060

Screenshot Screenshot


This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.