- MAIN_BLOCK
            - Variable in class com.intellectualcrafters.plot.generator.DefaultPlotWorld
 
        - 
            
Plot main block
         
        - MAIN_BLOCK_DEFAULT
            - Static variable in class com.intellectualcrafters.plot.generator.DefaultPlotWorld
 
        - 
            
Default main block: 1
         
        - MAIN_PERMISSION
            - Static variable in class com.intellectualcrafters.plot.commands.MainCommand
 
        -  
 
        - MainCommand -
            Class in com.intellectualcrafters.plot.commands
        
 
        - 
            
PlotMain command class
         
        - MainCommand()
            - Constructor for class com.intellectualcrafters.plot.commands.MainCommand
 
        -  
 
        - max -
            Variable in class com.intellectualcrafters.plot.listeners.PlotPlusListener.Interval
 
        -  
 
        - MAX_PLOTS
            - Static variable in class com.intellectualcrafters.plot.config.Settings
 
        - 
            
Max allowed plots
         
        - maxLoc() - Method in
            class com.intellectualcrafters.plot.util.LSetCube
        
 
        - 
            
Returns the absolute max. of the cube
         
        - Merge - Class in
            com.intellectualcrafters.plot.commands
        
 
        -  
 
        - Merge() - Constructor for
            class com.intellectualcrafters.plot.commands.Merge
        
 
        -  
 
        - MERGE_PRICE
            - Variable in class com.intellectualcrafters.plot.object.PlotWorld
 
        -  
 
        - MERGE_PRICE_DEFAULT
            - Static variable in class com.intellectualcrafters.plot.object.PlotWorld
 
        -  
 
        - mergePlot(World,
            Plot, Plot) - Static method in class com.intellectualcrafters.plot.util.PlotHelper
 
        - 
            
Merges 2 plots Removes the road inbetween 
                - Assumes the first plot parameter is lower 
                - Assumes neither are a Mega-plot 
                - Assumes plots are directly next to each other 
                - Saves to DB
            
         
        - mergePlots(Player,
            World, ArrayList<PlotId>) - Static method in class com.intellectualcrafters.plot.util.PlotHelper
 
        - 
            
Merges all plots in the arraylist (with cost)
         
        - mergePlots(World,
            ArrayList<PlotId>) - Static method in class com.intellectualcrafters.plot.util.PlotHelper
 
        - 
            
Completely merges a set of plots
                (There are no checks to make sure you supply the correct
                    arguments)
                - Misuse of this method can result in unusable plots
                - the set of plots must belong to one owner and be rectangular
                - the plot array must be sorted in ascending order
                - Road will be removed where required
                - changes will be saved to DB
         
        - metaList
            - Static variable in class com.intellectualcrafters.plot.listeners.PlotPlusListener.RecordMeta
 
        -  
 
        - METRICS - Static
            variable in class com.intellectualcrafters.plot.config.Settings
 
        - 
            
metrics
         
        - Metrics - Class in com.intellectualcrafters.plot.util
        
 
        -  
 
        - Metrics(Plugin)
            - Constructor for class com.intellectualcrafters.plot.util.Metrics
 
        -  
 
        - Metrics.Graph - Class
            in
            com.intellectualcrafters.plot.util
        
 
        - 
            
Represents a custom graph on the website
         
        - Metrics.Plotter -
            Class in com.intellectualcrafters.plot.util
        
 
        - 
            
Interface used to collect custom data for a plugin
         
        - Metrics.Plotter()
            - Constructor for class com.intellectualcrafters.plot.util.Metrics.Plotter
 
        - 
            
Construct a plotter with the default plot name
         
        - Metrics.Plotter(String)
            - Constructor for class com.intellectualcrafters.plot.util.Metrics.Plotter
 
        - 
            
Construct a plotter with a specific plot name
         
        - minLoc() - Method in
            class com.intellectualcrafters.plot.util.LSetCube
        
 
        - 
            
Returns the absolute min. of the cube
         
        - MOB_CAP - Static
            variable in class com.intellectualcrafters.plot.config.Settings
 
        -  
 
        - MOB_CAP_ENABLED
            - Static variable in class com.intellectualcrafters.plot.config.Settings
 
        -  
 
        - MOB_PATHFINDING
            - Static variable in class com.intellectualcrafters.plot.config.Settings
 
        - 
            
mob pathfinding?
         
        - MOB_PATHFINDING_DEFAULT
            - Static variable in class com.intellectualcrafters.plot.config.Settings
 
        - 
            
Default mob pathfinding: true
         
        - MOB_SPAWNING
            - Variable in class com.intellectualcrafters.plot.object.PlotWorld
 
        -  
 
        - MOB_SPAWNING_DEFAULT
            - Static variable in class com.intellectualcrafters.plot.object.PlotWorld
 
        -  
 
        - MobSpawn(CreatureSpawnEvent)
            - Static method in class com.intellectualcrafters.plot.listeners.PlayerEvents
 
        -  
 
        - mode -
            Variable in class com.intellectualcrafters.json.JSONWriter
        
 
        - 
            
The current mode.
         
        - mojangName(UUID)
            - Method in class com.intellectualcrafters.plot.uuid.PlotUUIDSaver
 
        -  
 
        - mojangName(UUID)
            - Method in class com.intellectualcrafters.plot.uuid.UUIDSaver
 
        -  
 
        - mojangUUID(String)
            - Method in class com.intellectualcrafters.plot.uuid.PlotUUIDSaver
 
        -  
 
        - mojangUUID(String)
            - Method in class com.intellectualcrafters.plot.uuid.UUIDSaver
 
        -  
 
        - more() -
            Method in class com.intellectualcrafters.json.JSONTokener
        
 
        - 
            
Determine if the source string still contains characters that next()
                can consume.
            
         
        - MusicSubcommand -
            Class in com.intellectualcrafters.plot.commands
        
 
        -  
 
        - MusicSubcommand()
            - Constructor for class com.intellectualcrafters.plot.commands.MusicSubcommand
 
        -  
 
        - MySQL - Class in
            com.intellectualcrafters.plot.database
        
 
        - 
            
Connects to and uses a MySQL database
         
        - MySQL(Plugin,
            String, String, String, String, String) - Constructor for class
            com.intellectualcrafters.plot.database.MySQL
        
 
        - 
            
Creates a new MySQL instance