Renamed Main Class of plugin from 'P' to 'SavageFactions', along with the plugin field from 'p' to 'plugin'

This commit is contained in:
ProSavage
2018-10-22 18:42:57 -05:00
parent 80e66d7d6c
commit 9aeb70404d
449 changed files with 3527 additions and 1875 deletions

View File

@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
<li><a href="../../../com/massivecraft/factions/zcore/MPlugin.html" title="class in com.massivecraft.factions.zcore">com.massivecraft.factions.zcore.MPlugin</a></li>
<li>
<ul class="inheritance">
<li>com.massivecraft.factions.P</li>
<li>com.massivecraft.factions.SavageFactions</li>
</ul>
</li>
</ul>
@@ -221,7 +221,9 @@ extends <a href="../../../com/massivecraft/factions/zcore/MPlugin.html" title="c
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/massivecraft/factions/P.html" title="class in com.massivecraft.factions">P</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/massivecraft/factions/P.html#p">p</a></span></code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../com/massivecraft/factions/P.html#savageFactions">savageFactions</a></span></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static net.milkbowl.vault.permission.Permission</code></td>
@@ -453,12 +455,14 @@ extends <a href="../../../com/massivecraft/factions/zcore/MPlugin.html" title="c
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/massivecraft/factions/P.html#playSound-org.bukkit.entity.Player-java.util.List-">playSound</a></span>(org.bukkit.entity.Player&nbsp;p,
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../com/massivecraft/factions/P.html#playSound-org.bukkit.entity.Player-java.util.List-">playSound</a></span>(org.bukkit.entity.Player&nbsp;savageFactions,
java.util.List&lt;java.lang.String&gt;&nbsp;sounds)</code>&nbsp;</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/massivecraft/factions/P.html#playSound-org.bukkit.entity.Player-java.lang.String-">playSound</a></span>(org.bukkit.entity.Player&nbsp;p,
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../com/massivecraft/factions/P.html#playSound-org.bukkit.entity.Player-java.lang.String-">playSound</a></span>(org.bukkit.entity.Player&nbsp;savageFactions,
java.lang.String&nbsp;sound)</code>&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
@@ -534,13 +538,14 @@ extends <a href="../../../com/massivecraft/factions/zcore/MPlugin.html" title="c
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="p">
<a name="savageFactions">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>p</h4>
<pre>public static&nbsp;<a href="../../../com/massivecraft/factions/P.html" title="class in com.massivecraft.factions">P</a> p</pre>
<h4>savageFactions</h4>
<pre>public static&nbsp;<a href="../../../com/massivecraft/factions/P.html"
title="class in com.massivecraft.factions">P</a> savageFactions</pre>
</li>
</ul>
<a name="perms">
@@ -889,7 +894,7 @@ extends <a href="../../../com/massivecraft/factions/zcore/MPlugin.html" title="c
<ul class="blockList">
<li class="blockList">
<h4>playSound</h4>
<pre>public&nbsp;void&nbsp;playSound(org.bukkit.entity.Player&nbsp;p,
<pre>public&nbsp;void&nbsp;playSound(org.bukkit.entity.Player&nbsp;savageFactions,
java.util.List&lt;java.lang.String&gt;&nbsp;sounds)</pre>
</li>
</ul>
@@ -899,7 +904,7 @@ extends <a href="../../../com/massivecraft/factions/zcore/MPlugin.html" title="c
<ul class="blockList">
<li class="blockList">
<h4>playSound</h4>
<pre>public&nbsp;void&nbsp;playSound(org.bukkit.entity.Player&nbsp;p,
<pre>public&nbsp;void&nbsp;playSound(org.bukkit.entity.Player&nbsp;savageFactions,
java.lang.String&nbsp;sound)</pre>
</li>
</ul>