EPT8TPE / PlayTime

A pocketmine plugin that informs players of how much they have played on the server using a command.
MIT License
6 stars 2 forks source link

Suggestion #1

Open mrpwes opened 4 years ago

mrpwes commented 4 years ago

add addons @ScoreHud plugin by Ifera.

add TopPlayTime that lists voters on your PocketMine-MP Server using FloatingTextParticles.

add config giving reward per time consume console execute command per [ hr / mins ] // rewards: items [ hr / mins ] <

config-version: 1
Type: cmd
   #cmd
   #rewards
Type2: simpleform
   #simpleform
   #modalform

##cmdsimpleform
CmdType: on
Time: hr #hr/mins
Time2: 1
   #if hr 1-24
   #if mins 1-60
command: givemoney {player} 50
##cmd simpleform player will receive stable reward 

##cmdmodalform
CmdType: off
Time: hr #hr/mins
Time2: 1
   #if hr 1-24
   #if mins 1-60
command: givemoney {player} 100
Time2: 2
   #if hr 1-24
   #if mins 1-60
command: givemoney {player} 200
Time2: 3
   #if hr 1-24
   #if mins 1-60
command: givemoney {player} 300
Time2: max
   #if max this is the maximum player can receive
   #if hr 1-24
   #if mins 1-60
command: givemoney {player} 400
##cmd modalform player will receive other reward per hour

##simplerewards
RewardType: off
Time: hr #hr/mins
Time2: 1
   #if hr 1-24
   #if mins 1-60
Items:
  - "260:0:10"
  - "267:0:10"
##rewards simpleform player will receive stable reward 

##modalformrewards
RewardType: off
Time: hr #hr/mins
Time2: 1
   #if hr 1-24
   #if mins 1-60
Items:
  - "260:0:10"
  - "267:0:10"
Time2: 2
   #if hr 1-24
   #if mins 1-60
Items:
  - "260:0:10"
  - "267:0:10"
Time2: max
   #if max this is the maximum player can receive
   #if hr 1-24
   #if mins 1-60
Items:
  - "260:0:10"
  - "267:0:10"
##rewards modalform player will receive other reward per hour

This is just a suggestion for a better future. ❤️❤️

EPT8TPE commented 4 years ago

Scorehud addon is coming soon, the config rewards suggestion is a bit iffy due to how the time system works however I'll look into it.

On Sat, Oct 10, 2020, 3:25 PM mrpwes notifications@github.com wrote:

add addons @ScoreHud plugin by Ifera.

add TopPlayTime that lists voters on your PocketMine-MP Server using FloatingTextParticles.

add config giving reward per time consume console execute command per [ hr / mins ] // rewards: items [ hr / mins ] <

config-version: 1 Type: cmd

cmd

rewards

Type2: simpleform

simpleform

modalform

cmdsimpleform

CmdType: on Time: hr #hr/mins Time2: 1

if hr 1-24

if mins 1-60

command: givemoney {player} 50

cmd simpleform player will receive stable reward

cmdmodalform

CmdType: off Time: hr #hr/mins Time2: 1

if hr 1-24

if mins 1-60

command: givemoney {player} 100 Time2: 2

if hr 1-24

if mins 1-60

command: givemoney {player} 200 Time2: 3

if hr 1-24

if mins 1-60

command: givemoney {player} 300 Time2: max

if max this is the maximum player can receive

if hr 1-24

if mins 1-60

command: givemoney {player} 400

cmd modalform player will receive other reward per hour

simplerewards

RewardType: off Time: hr #hr/mins Time2: 1

if hr 1-24

if mins 1-60

Items:

  • "260:0:10"

  • "267:0:10"

    rewards simpleform player will receive stable reward

modalformrewards

RewardType: off Time: hr #hr/mins Time2: 1

if hr 1-24

if mins 1-60

Items:

  • "260:0:10"

  • "267:0:10" Time2: 2

    if hr 1-24

    if mins 1-60

    Items:

  • "260:0:10"

  • "267:0:10" Time2: max

    if max this is the maximum player can receive

    if hr 1-24

    if mins 1-60

    Items:

  • "260:0:10"

  • "267:0:10"

    rewards modalform player will receive other reward per hour

This is just a suggestion for a better future. ❤️❤️

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TPEimperialPE/PlayTime/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOK4PNCXPKD4K5DHGGNY3V3SKBVHNANCNFSM4SLDDZLA .

MrBlasyMSK commented 2 years ago

In 5 years do you think it will be ready?