Archived
Added README.MD
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#Playtime Rewards
|
||||
|
||||
### What the hell is this?
|
||||
Im glad you asked, this plugin will psychologically manipulate your minecraft server players into playing more by providing rewards for high playtime and leaderboard adding a competitive nature to your server... thats basically it...
|
||||
@@ -60,7 +60,6 @@ public class PlayerData {
|
||||
public void setLastLocation(Location lastLocation) {
|
||||
this.LastLocation = lastLocation;
|
||||
}
|
||||
|
||||
public String getRepetitiveUnlocks(String timeRequired){
|
||||
String returnableString = "none";
|
||||
for(String reward : RepetitiveUnlocks){
|
||||
@@ -88,4 +87,6 @@ public class PlayerData {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
name: PlaytimeRewards+(Rewritten)
|
||||
author: Astrid (O_dude)
|
||||
version: 0.1
|
||||
|
||||
commands:
|
||||
Reference in New Issue
Block a user