Skip to content

Commit

Permalink
Update to 1.17.1
Browse files Browse the repository at this point in the history
1.17.1 support
  • Loading branch information
MarioFinale committed Jul 8, 2021
1 parent 85458b7 commit ecd4a3e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ It preserves trades, homes, job location and updates reputation.

## Changelog

### 1.2.2
- Updated to 1.17.1

### 1.2.1
- Updated to 1.17

Expand Down
4 changes: 2 additions & 2 deletions VillagerSaver.iml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$USER_HOME$/Desktop/Test srv/cache/patched_1.17.jar!/" />
<root url="jar://$USER_HOME$/Desktop/Test srv/cache/patched_1.17.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/Desktop/Test srv/cache/patched_1.17.jar!/" />
<root url="jar://$USER_HOME$/Desktop/Test srv/cache/patched_1.17.1.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down
1 change: 0 additions & 1 deletion src/cl/mariofinale/VillagerSaver_Commands.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;

import java.util.ArrayList;

public class VillagerSaver_Commands implements CommandExecutor {
Expand Down
2 changes: 1 addition & 1 deletion src/cl/mariofinale/VillagerSaver_Listener.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void handleSpawnZombieVillager(LivingEntity livingEnt) {

EntityVillager entityvillager = craftVillager.getHandle();
VillagerData villagerData = entityvillager.getVillagerData();
Reputation reputation = entityvillager.fS();
Reputation reputation = entityvillager.fT();
int experience = entityvillager.getExperience();
MerchantRecipeList offers = entityvillager.getOffers();

Expand Down
1 change: 0 additions & 1 deletion src/cl/mariofinale/VillagerSaver_PluginVars.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cl.mariofinale;
import org.bukkit.ChatColor;
import org.bukkit.entity.EntityType;

import java.util.ArrayList;

public class VillagerSaver_PluginVars {
Expand Down
1 change: 0 additions & 1 deletion src/cl/mariofinale/villagerSaver.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.util.*;

public class villagerSaver extends JavaPlugin{

public static ArrayList<String> WorldBlackList = new ArrayList<>();
public static Plugin plugin;

Expand Down
4 changes: 2 additions & 2 deletions src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: VillagerSaver
version: 1.2.1
version: 1.2.2
authors: [MarioFinale, Kasama]
main: cl.mariofinale.villagerSaver
api-version: 1.16
api-version: 1.17
website: https://github.com/MarioFinale/VillagerSaver
commands:
villagersaver:
Expand Down

0 comments on commit ecd4a3e

Please sign in to comment.