CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Plugins
2012-02-22 14:13:30 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R3-b1846jnks (MC: 1.1) (Implementing API version 1.1-R3)
2012-02-22 14:13:30 [INFO] Unknown command. Type "help" for help.
2012-02-22 14:13:34 [INFO] Plugins: WorldBorder, XrayInformer, WorldEdit, TradeCraft, EnderCrystalizer, CommandBook, PermissionsBukkit, Vault, LogBlockQuestioner, PvPToggle, LogBlock, LWC, FirstLastSeen, WorldGuard, mChatSuite, SimpleJail, SpawnerAdjuster, GroupAnnouncer, Points, LimitedCreative, Honeypot, ThumbsApply, WeatherRestrictions, TeleportSuite, mcbans, CFBanner, MultiSpawn, Xray Detection, SimpleSpleef, NoCheat, Votifier, SimpleReserve, Residence
2012-02-22 14:13:34 [INFO] Unknown command. Type "help" for help.
by Digitalink2008   February 22, 2012 @ 1:14pm
34 Views
no comments
 
XML
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    >
 
    <DataTemplate x:Key="SmallLogoTemplate">
        <Image ... />
    </DataTemplate>
 
    <DataTemplate x:Key="LargeLogoTemplate">
        <Image ... />
by George Ionita   June 22, 2010 @ 8:01am
156 Views
no comments
 
C#
public class YourPlugin : IPlugin
{
 
private static ResourceDictionary _Resources;
 
 
public static DataTemplate SmallIconTemplate
{
   get
   {
by George Ionita   June 22, 2010 @ 7:57am
179 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate